deleting state" without any progress
kind: VSphereCluster name: ci-xbk-5g-em-01 namespace: ci-xbk-5g-em-01status: conditions: - lastTransitionTime: "2025-05-01T15:41:37Z" message: Rolling 3 replicas with outdated spec (1 replicas up to date) reason: RollingUpdateInProgress severity: Warning status: "False" type: Ready - lastTransitionTime: "2022-11-02T19:16:22Z" status: "True" type: ControlPlaneInitialized - lastTransitionTime: "2025-05-01T15:41:37Z" message: Rolling 3 replicas with outdated spec (1 replicas up to date) reason: RollingUpdateInProgress severity: Warning status: "False" type: ControlPlaneReady - lastTransitionTime: "2024-08-22T20:45:00Z" status: "True" type: InfrastructureReady - lastTransitionTime: "2024-07-30T15:26:12Z" reason: AlreadyUpToDate severity: Info status: "False" type: UpdatesAvailable controlPlaneReady: true infrastructureReady: true observedGeneration: 7 phase: Deleting
# kubectl get cluster -A
NAMESPACE NAME PHASE AGE VERSION
ci-xbk-5g-cces-01 ci-xbk-5g-cces-01 Deleting 2y113dci-xbk-5g-em-01 ci-xbk-5g-em-01 Deleting 2y185dci-xbk-5g-pcg-01 ci-xbk-5g-pcg-01 Deleting 581dtkg-system bknl-ci-vmw-caas-mgmt1 Provisioned 2y274d
# kubectl get cluster <CLUSTER_NAME> -n NAMESPACE_NAME -o yaml | grep -i pause
# kubectl delete tcaNodePool {nodepool_name} -n {cluster_namespace}
capi pod on TKG management cluster and delete the workload cluster.# kubectl rollout restart deployment/cluster-controller-manager -n capi-system# tanzu cluster delete my-workload-cluster