Exam 2V0-71.21 All QuestionsBrowse all questions from this exam
Question 35

Which command is used to upgrade a Tanzu Kubernetes Grid Cluster (TKG) to a different kubernetes version?

    Correct Answer: B

    B

    Reference:

    https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/1.2/vmware-tanzu-kubernetes-grid-12/GUID-upgrade-tkg-workload-clusters.html

Discussion
rahimtolba

Outdated question? It is `tanzu` not `tkg` tanzu cluster upgrade ${CLUSTER_NAME} --tkr ${K8S_VERSION} https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/1.5/vmware-tanzu-kubernetes-grid-15/GUID-tanzu-cli-reference.html

jayendra90Option: B

B...To upgrade a cluster using the Tanzu CLI, you need to specify the cluster name and the target Kubernetes version. The command you entered is correct, but you need to replace the placeholders with actual values. For example, if your cluster name is my-cluster and you want to upgrade it to Kubernetes version 1.22.17, you would run: tkg upgrade cluster my-cluster --kubernetes-version 1.22.17

dhonaTMOption: A

Answer A. tanzu cluster upgrade Relavan: https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/1.6/vmware-tanzu-kubernetes-grid-16/GUID-upgrade-tkg-workload-clusters.html