Dear Community members,
We are using Google Anthos for the past couple of years now. Currently, each clusters have two node pools, 1. npool-large 2. npool-xlarge.
We aim to increase the number of nodes in the X-large node pool and eventually decrease it in npool-large node pool. However, we need to handle this in a much controlled manner.
We cordon/drained particular nodes, however when I decrease the number of the replicas in node pool npool-large from 3 to 2 in cluster configuration and run gkectl update cluster --kubeconfig /path --config <cluster-config.yaml> , it is not deleting the node which is cordoned or drained, it is deleting the healthy nodes from node pool npool-large.
Is there any way that we can choose which node to be deleted in google Anthos using gkectl update command ?
Thanks
Srinath