Replies: 1 comment 6 replies
-
Welcome aboard, we're all newbies here in one way or another! 😄 Can you post a screenshot of your app's resource tree in the Argo CD UI? I'd be surprised if a programmatically-generated Pod were keeping the app stuck in Progressing. Some top-level resource (i.e. some resource defined in git) must be Progressing, so we just gotta find that one and determine why it's not going Healthy. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm a confessing Kubernetes/ArgoCD newbie, asking what I hope is not something I managed to overlook on page 1 of the docs, but...
My application is a mixed bag in terms of k8s resource declaration. Most of the application is explicitly defined by k8s YAML files (Ingresses, Deployments, Services, etc.). But a portion of the application is dynamic, Pods created by code running in the application itself from PodTemplates defined in those same k8s YAML files. It is this aspect of the application that I believe is causing my application to constantly appear in a "Progressing" state in ArgoCD.
Are there any best practices to be aware of as regards ArgoCD application health determination in such a scenario?
Beta Was this translation helpful? Give feedback.
All reactions