In a Aria Orchestrator cluster environment, the System Dashboard within the Orchestrator UI incorrectly displays only two nodes, even though the cluster is intended to have three nodes.
Aria Automation Orchestrator 8.18.1
To resolve this issue, reinitialize the Orchestrator (vco-app) pods to refresh the cluster state and dashboard data.
kubectl get pods -n prelude
kubectl delete pod -n prelude <vco-app-pod-name>
kubectl scale deployment vco-app --replicas=0 -n prelude kubectl scale deployment orchestration-ui-app --replicas=0 -n prelude
kubectl scale deployment vco-app --replicas=1 -n prelude kubectl scale deployment orchestration-ui-app --replicas=1 -n prelude