Application Is Not DeployedβοΈ
ProblemβοΈ
In the Stage Detail page, the application status is unknown. The deploy
button doesn't work when attempting to create a stage.
CauseβοΈ
The AppProject
custom resource may not be created or created incorrectly.
SolutionβοΈ
-
Check logs of the application set controller pod using the
kubectl logs
command:kubectl get pods -n argocd kubectl logs <argo-cd-argocd-applicationset-controller-pod-name> -n argocd
If the problem is related to the AppProject Argo CD resource, then you are supposed to see the following error message format:
-
Check the AppProject Resource:
It is supposed there are no resources or they are deployed incorrectly.
-
Create the
AppProject
custom resource. Please refer to the 4th step of the Argo CD Integration page. -
Apply the resource using the
kubectl apply
command and wait until the application is synced with Argo CD. -
Check the status of the application: