Skip to content

Uninstalling ArgoCD tears down all "managed" namespaces? #5426

Answered by jannfis
rsteppac asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rsteppac, unless knowing details of your Kustomize build, I can just guess what was happening:

  • Your Kustomize build did not only contain the Argo CD manifests, but additionally either a) also a Namespace resource for the argocd namespace or your application namespaces or b) the Application resources for your apps
  • In case of a), when you were running kubectl delete the argocd namespace got deleted, tearing down all resources including your Application resources within that namespace, or in the worst case, all application namespaces as well
  • In case of b), the Application resources got deleted too

My next guess would be that your Application resources have the deletion finalizer set, a…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rsteppac
Comment options

Answer selected by rsteppac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants