The Wayback Machine - https://web.archive.org/web/20210123133935/https://github.com/argoproj/argo-cd/issues/5216
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow background delete option when deleting apps and resources #5216

Open
jessesuen opened this issue Jan 8, 2021 · 1 comment
Open

Allow background delete option when deleting apps and resources #5216

jessesuen opened this issue Jan 8, 2021 · 1 comment

Comments

@jessesuen
Copy link
Contributor

@jessesuen jessesuen commented Jan 8, 2021

Summary

Currently we only allow foreground deletion of objects, but due to Kubernetes GC buggy behavior about deletion, foreground deletion can block indefinitely. The only workaround in Argo CD is a force deletion which is more abrasive approach than performing a background deletion. We should expose an option in UI, CLI, API to perform background deletion of resources and applications.

@jessesuen jessesuen added this to the v1.9 milestone Jan 8, 2021
@chetan-rns
Copy link
Member

@chetan-rns chetan-rns commented Jan 18, 2021

Hi @jessesuen, Is this solved by setting the PropagationPolicy as Background while deleting? Could you please assign me this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants