You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: