In the Telco Cloud Automation (TCA) UI, under the Add-Ons section within the CaaS infrastructure, you may encounter a situation where the vSphere-CSI status for one of the TKG clusters remains in a "Processing" state indefinitely.
3.0
Resolved in TCA 3.1
Restart the TKO pod (tca-kubecluster-operator) in the corresponding Management Cluster:
Retrieve the name of the pod by running the following command:
kubectl get pods -n tca-system | grep tca-kubecluster-operator
kubectl delete pod <pod-name> -n tca-system
Replace <pod-name> with the actual name of the pod obtained from the previous command.