soundararajan.c
soundararajan.c

Reputation: 2567

Modify GKE cluster instance details

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

I would like to modify the instance details :

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

Upvotes: 0

Views: 91

Answers (1)

Patrick W
Patrick W

Reputation: 4899

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

Upvotes: 1

Related Questions