myspotontheweb/gitops-platform

ApplicationSet does not create new applications

moconnor-globalization-partners opened this issue · 0 comments

When running on EKS we see that the bootstrap app has created the argo-events ApplicationSet, but there is no Application generated for the host cluster.

$ kubectl get applicationset,application -A
NAMESPACE   NAME                                     AGE
argocd      applicationset.argoproj.io/argo-events   76s

NAMESPACE   NAME                                             SYNC STATUS   HEALTH STATUS
argocd      application.argoproj.io/bootstrap                Synced        Healthy

This is a startup error and a known issue:

Work-around is to delete the ApplicationSet and let it be restarted.

kubectl delete applicationset argo-events -n argocd