Akuity Platform 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.
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
Getting started with Troubleshoot.sh
To expedite and troubleshoot any issue you mave have, we have created a support-bundle to collect basic cluster information,
logs, and configmaps in the akuity
namespace. Please feel free to verify or edit any information.
All information is collected locally and will be placed into the support-bundle-*.tar.gz
file.
- Install Krew or manually Homebrew:
brew install krew
Make sure to add the ${HOME}/.krew/bin
directory to you PATH environment variable.
export PATH="${PATH}:${HOME}/.krew/bin"
- Install the
support-bundle
by running the following command:
kubectl krew install support-bundle
- Run the following command to scan your cluster:
kubectl support-bundle https://dl.akuity.io/support-bundle/spec.yaml
- Attach the
support-bundle-*.tar.gz
file to your support ticket