VCF Automation 9.x
Embedded VCF Automation Orchestrator 9.x
vmo_clustermember table instead of the expected three.To resolve this issue, clear out stale cluster data from the embedded Orchestrator database:
Ensure you have a valid backup of VCF Automation.
Log into the Orchestrator database (vco_db) and execute the following SQL command:
Delete FROM vmo_clustermember;
Restart the Orchestrator application pods using kubectl:
kubectl -n prelude delete pods -l app=vco-app
Wait until the pods are running and operational, then reload the Orchestrator UI.