Home > Storage > PowerFlex > White Papers > Reference Architecture: Google Cloud Anthos and GDC Virtual on Dell PowerFlex > Resizing the cluster
Expanding the Anthos cluster with additional nodes can be achieved by the following steps:
$ kubectl -n cluster-pfm-cluster get nodepools.baremetal.cluster.gke.io |
$ ./bmctl update cluster -c pfm-cluster --kubeconfig=/root/baremetal/bmctl-workspace/pfm-cluster/pfm-cluster-kubeconfig |
$ kubectl drain rhel-wkr2 |
$ ./bmctl update cluster -c pfm-cluster --kubeconfig=/root/baremetal/bmctl-workspace/pfm-cluster/pfm-cluster-kubeconfig |
After the bmctl updates the cluster, the node is removed from the Anthos cluster.