创建GKE集群时无法将CloudRun添加为附件

时间:2019-04-20 22:45:20

标签: google-cloud-platform serverless google-cloud-run

我正在尝试使用GKE进行Cloud Run,想知道这个错误:

错误:(gcloud.beta.container.clusters.create)参数--addons: CloudRun必须是[HttpLoadBalancing,Horizo​​ntalPodAutoscaling, KubernetesDashboard,Istio,NetworkPolicy]

似乎不允许我使用CloudRun作为插件,我只是在创建集群。

整个命令是:

gcloud beta container clusters create testcloudrun \
--addons=HorizontalPodAutoscaling,HttpLoadBalancing,Istio,CloudRun \
--machine-type=n1-standard-4 \
--cluster-version=1.12.6-gke.16 --zone=us-central1-a \
--enable-stackdriver-kubernetes --enable-ip-alias \
--scopes cloud-platform

我只是遵循文档的快速入门: https://cloud.google.com/run/docs/quickstarts/prebuilt-deploy-gke

~~ 更新:

我尝试通过Cloud Console创建集群,但出现错误: Horizontal pod autoscaling must be enabled in order to enable the Cloud Run addon.

这也是一个已知问题: https://cloud.google.com/run/docs/issues

0 个答案:

没有答案