vsphere-csi stuck in Processing state
search cancel

vsphere-csi stuck in Processing state

book

Article ID: 371497

calendar_today

Updated On:

Products

VMware Telco Cloud Automation

Issue/Introduction

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. 

Environment

3.0

Resolution

Resolved in TCA 3.1

 

Workaround

Restart the TKO pod (tca-kubecluster-operator) in the corresponding Management Cluster:

  1. Retrieve the name of the pod by running the following command:

    kubectl get pods -n tca-system | grep tca-kubecluster-operator
    
  2. Restart the pod using this command:
    kubectl delete pod <pod-name> -n tca-system

    Replace <pod-name> with the actual name of the pod obtained from the previous command.