google-cloud-platform - 如何从 GUI 生成 Cloud Deployment Manager 配置 YAML?

标签 google-cloud-platform cloud devops google-deployment-manager

有没有办法从 Web UI 生成 Cloud Deployment Manager 配置文件?我注意到我们可以这样做以获得等效的 REST 或命令行(单击底部的链接):

enter image description here

结果:

enter image description here

如果我们不能从 Web UI 执行此操作,是否有工具可以将 REST/命令行参数转换为 Cloud Deployment Manager 的配置 YAML?

最佳答案

这是不可能的。您的选择是 1) 使用 gcloud cli 创建部署 2) 使用 API 创建部署 3) 使用 Google Cloud Launcher 部署预打包的解决方案(第 3 方内容)。

您可以在 http://issuetracker.google.com 打开产品的功能请求

关于google-cloud-platform - 如何从 GUI 生成 Cloud Deployment Manager 配置 YAML?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50942198/

相关文章:

redis - 访问共享 VPC 中的 memorystore

azure - 从azure云服务访问虚拟机或本地计算机中存在的共享文件夹(Web角色)

mysql - Symfony2应用程序: Host database only

docker - cpu限制后失败docker容器

docker - kubernetes yaml 文件中的容器端口是什么

kubernetes - Istio(0.7.1) : Circuit Breaker Doesn't work for httpConsecutiveErrors

docker - 存储库 'http://packages.cloud.google.com/apt gcsfuse-bionic InRelease' 未签名

hadoop - 将数据从Google Cloud Storage复制到本地Hadoop集群

python - 如何将私有(private) python 包添加到 cloud composer 的要求中?

python - 我如何才能在云端成功托管用 Python 编写的 Telegram 机器人(免费)?