Use a command similar to the following to resize the cluster in lieue of the the tkgi resize <cluster-name> --num-nodes # command:
tkgi update-cluster <cluster-name> --num-nodes <desired workers> --tags <exsiting tags>
Note: The syntax for listing tags is:
--tags []ClusterTag Action flag, Add/Update/Delete Tags for VMs as a list of key value pairs (eg. --tags "key1:val1,key2:val2,keyWithoutVal"). To delete all tags, pass an empty string (eg. --tags "")