Google Deployment Manager Extensions
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Google Deployment Manager Extensions相关的知识,希望对你有一定的参考价值。
我很好奇是否有人成功将Google API库集成到DM中,以便用户自己可以覆盖部署管理器产品中的漏洞。
https://cloud.google.com/deployment-manager/docs/configuration/templates/import-python-libraries
对于任何GCP apis,您都可以在DM中使用“操作”功能。从google的示例repo中查看代码示例。
它也可以用于第三方API
https://cloud.google.com/deployment-manager/docs/configuration/type-providers/creating-type-provider
Deployment Manager不允许任何库进行网络通信,这意味着没有Google API库可以使用。
对于REST API,类型提供程序是最佳解决方案:
https://cloud.google.com/deployment-manager/docs/configuration/type-providers/creating-type-provider
操作限制了可用性,因为它们是异步的,您无法处理调用的返回状态。
以上是关于Google Deployment Manager Extensions的主要内容,如果未能解决你的问题,请参考以下文章
Kubernetes源码解析之controller-manager deployment同步流程
GCP Deployment Manager 模板是不是需要架构文件?
在 Google Compute Engine 上使用 gcloud 安装 node.js
GCP - 无法在 Cloud Run 中使用 Google Secret Manager (@google-cloud/secret-manager)