Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Support immediate deletion of no longer referenced bundle resources #386

Open
Burr opened this issue Nov 23, 2018 · 0 comments
Open

Support immediate deletion of no longer referenced bundle resources #386

Burr opened this issue Nov 23, 2018 · 0 comments

Comments

@Burr
Copy link
Contributor

Burr commented Nov 23, 2018

Right now when a resource is no longer referenced in a bundle, it will not be deleted by Smith until the bundle is in a Ready state. However, in some cases, it might be preferred to delete the resource immediately when it is detected that it is no longer needed.

One example is a HorizontalPodAutoscaler (which will depend on a Deployment) - if removed from the bundle, it should be deleted before the bundle becomes ready, otherwise it will continue to update the Deployment object it references.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants