Automation Suite - Troubleshooting - Unable to view nodes in ArgoCD

How to fix if nodes are not visible in ArgoCD?

Issue Description: Not able to view nodes in ArgoCD.

Root Cause: This issue happens when there are issues with application controller pod in ArgoCD namespace.

Resolution:

  • Restart the application controller pod in ArgoCD namespace and it will start showing nodes in ArgoCD.
# kubectl rollout restart sts -n argocd

statefulset.apps/argocd-application-controller restarted

#