Modify GKE cluster instance details

7/15/2019

I have gke cluster with configuration of 3* 1vCPU , 3.75 GB RAM , 10 GB SSD .

I would like to modify the instance details :

  • Increase SSD alone

Is it possible ? If so , can any one share the reference link

-- soundararajan.c
google-kubernetes-engine

1 Answer

7/15/2019

You can't modify nodes of a node pool once it has been created. The node pool creates a MIG template which is then used to provision the nodes. Any changes to a node pool require a new template and rolling updates. For GKE Node pools, this is just not possible, you will need to create a new node pool with the configuration you want and migrate your workloads to the new node pool

-- Patrick W
Source: StackOverflow