Invalid response received while obtaining inventory/metrics - {"messages":[{"level":"ERROR","id":"com.vmware.vcfms.api.NotFound","default":"Not Found"}]}kubectl get components -A --kubeconfig=/etc/kubernetes/admin.confThis issue is caused by a single verified root cause: a stale legacy VCF Automation (VCFA) 9.0 component remains on the Management VMSP cluster in an "Unknown" state following a failed upgrade and subsequent rollback attempt.
The VMSP Adapter fails when it attempts to query this non-running component during the collection cycle
| Warning: Do not run step 4 unless the 9.0.0 VCFA component is found during step 2 |
vmware-system-user account.Identify the stale VCFA entry by executing the following command:
kubectl get components -A --kubeconfig=/etc/kubernetes/admin.confConfirm that the vcfa component is stuck in the Unknown status.
Safely remove the stale component from the Management VSP cluster by executing:
sudo kubectl delete component vcfa --kubeconfig=/etc/kubernetes/admin.confNavigate to the VCF Operations inventory (Adapter instances).
Restart the VCF management services adapter instance.
Verify that objects and metrics resume collecting successfully without any further API errors.