【发布时间】:2019-06-18 04:04:51
【问题描述】:
我找不到有用的信息:
gcloud container clusters describe CLUSTER_NAME
或来自
gcloud container node-pools describe POOL_NAME --cluster CLUSTER_NAME
虽然使用gcloud 工具很容易扩大/缩小规模:
gcloud container clusters resize [CLUSTER_NAME] --node-pool [POOL_NAME] \
--size [SIZE]
但是我如何事先知道我的节点池的大小?
【问题讨论】:
标签: kubernetes gcloud