GKE Vertical expansion

11/5/2018

Our team have a GKE cluster that use n1-standard-2 machine(2CPU), I read GCP's white paper and it mention Cluster Autoscaler, but we run mongoDB cluster in GKE. It is only primary node can provide service so it is no use add new node. Has any method modify machine kind?

-- 曾睦欽
google-cloud-platform
google-kubernetes-engine

1 Answer

11/7/2018

You can't modify the size once made, instead, create a new node pool with the correctly sized machine type and migrate your workloads over to the new node pool

-- Patrick W
Source: StackOverflow