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

Prevent deletion of Stacks still getting traffic. #11

Open
szuecs opened this issue Aug 10, 2018 · 0 comments
Open

Prevent deletion of Stacks still getting traffic. #11

szuecs opened this issue Aug 10, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@szuecs
Copy link
Member

szuecs commented Aug 10, 2018

Currently, if you delete an application stack $ kubectl delete stack <stack-name> Kubernetes will automatically clean up all dependent resources including the Deployment and Service resources.

The resource could be "protected" with a Finalizer so the controller can halt deleting if the stack is still getting traffic. If this happens it should issue events about it (#12).

@szuecs szuecs added the enhancement New feature or request label Aug 10, 2018
@szuecs szuecs changed the title Prevent deletion of ApplicationStacks still getting traffic. Prevent deletion of Stacks still getting traffic. Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant