Which command will show the Tanzu Kubernetes cluster versions available in the vSphere content library?
Which command will show the Tanzu Kubernetes cluster versions available in the vSphere content library?
To show the Tanzu Kubernetes cluster versions available in the vSphere content library, you need to use the command that lists the Tanzu Kubernetes releases. The correct command for this is 'kubectl get tanzukubernetesreleases'. This command is tailored specifically to retrieve information about available Kubernetes versions managed by Tanzu within the vSphere environment.
C. kubectl get tanzukubernetesreleases https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-232CCCF3-CCC1-4D7E-B67C-64590CB891DD.html
kubectl get tkr
Kubectl get tkr
Agree, C,