Which command has a valid syntax for scaling VMware Tanzu Kubernetes Grid cluster using Tanzu CLI?
Which command has a valid syntax for scaling VMware Tanzu Kubernetes Grid cluster using Tanzu CLI?
The correct command syntax for scaling a VMware Tanzu Kubernetes Grid cluster with the Tanzu CLI includes the '--controlplane-machine-count' and '--worker-machine-count' options. The proper command structure for this operation is 'tanzu cluster scale <cluster_name> --controlplane-machine-count 5 --worker-machine-count 10'. This matches option B.
https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/2.2/using-tkg/workload-clusters-scale.html
tanzu cluster scale MY-CLUSTER --controlplane-machine-count 5 --worker-machine-count 10 https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/2.2/using-tkg/workload-clusters-scale.html
https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/2.2/using-tkg/workload-clusters-scale.html
https://nsxbaas.blog/2022/05/30/upgrading-and-scaling-tanzu-community-edition-clusters/
B. it is the right answer because the very same example is on: https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/2.5/using-tkg/workload-clusters-scale.html tanzu cluster scale MY-CLUSTER --controlplane-machine-count 5 --worker-machine-count 10