Troubleshooting
Argo CD instance is in Progressing
state
The Progressing
state indicates the instance is being reconfigured or updated. It usually goes away in several minutes.
Can't log in to Argo CD
Error: Login is disabled
This is the default behavior for every new Argo CD instance.
To enable login for the admin
user, follow these instructions.
Can't create an application
Error: no clusters connected
Check connection to the cluster:
- Dashboard
- CLI
- API
Navigate to Argo CD → your instance → Clusters.
Find your cluster in the list and check the agent's health icon and version.
note
The agent's health might take several seconds to update.
- TBD
- TBD
- If agent health is
Unknown
, make sure that agent manifests are installed in your cluster and agent pods can connect to akuity.cloud - You could also check agent logs in the managed cluster using a tool like stern:
stern akuity-agent -n akuity
stern argocd-repo-server -n akuity