【发布时间】:2018-08-20 20:07:20
【问题描述】:
是否可以使用 gcloud container cluster create 为使用 自定义 机器类型 (https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type) 的 GKE 创建节点池?
我想创建一个具有 4 个 vCPU 和 8 GB 内存的实例,而不是 n1-standard-1/etc。
我知道这在 UI 中是可能的,但我想将此 gcloud 命令包装在脚本中。
【问题讨论】:
标签: kubernetes google-cloud-platform gcloud google-kubernetes-engine