'NSX controller cluster is unstable. Check for network issues or look in the individual nsx controller logs
for failure'.https://<nsx-manager-ip>/api/v1/cluster/status shows control_cluster_status is DEGRADED/UNKNOWNVMware NSX
The cause of this issue is that the Management Plane is not stable when the Deactivate Cluster operation is initiated, this results in stale entries in the Local NSX Managers.
GET https://<nsx-manager-ip>/api/v1/cluster/nodes/deployments curl -k -u admin -H "Content-Type: application/json" -X GET https://localhost/api/v1/cluster/nodes/deployments )GET https://<nsx-manager-ip>/api/v1/cluster-manager/status curl -k -u admin -H "Content-Type: application/json" -X GET https://localhost/api/v1/cluster-manager/status )DELETE https://<nsx-manager-ip>/api/v1/cluster/nodes/<node-UUID>curl -k -u admin -H "Content-Type: application/json" -X DELETE https://localhost/api/v1/cluster/nodes/<node-UUID>)