Cluster object.Provisioned state within 30-60 seconds.kubectl delete cluster <cluster_name> -n <cluster_namespace>
TanzuKubernetesCluster (TKC) object. Validate with the below command:kubectl get cluster <cluster_name> -n <cluster_namespace> -o yaml | less
The initial command (kubectl delete cluster) only deletes the newer, lower-level Cluster API (CAPI) Cluster object. As the TKC object still exists, the TKC controller immediately reconciles the state by recreating/re-provisioning the missing Cluster object.
TanzuKubernetesCluster (TKC) object with the below command: kubectl delete tanzukubernetescluster <cluster-name> -n <namespace>