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
Sometimes small changes result in destruction of the whole k8s cluster (see 2818). This should be prevented. I see various options for doing so:
add a prevent_destroy to certain objects e.g. Kubernetes cluster. We may be able to add these dynamically in python? I think that's the only way this option works b/c otherwise nebari destroy won't work until prevent_destroy is removed.
Analyze each terraform plan and not proceed with the apply if certain resources are destroyed unless desired.
Value and/or benefit
Help prevent catastrophic loss on production Nebari clusters
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Feature description
Sometimes small changes result in destruction of the whole k8s cluster (see 2818). This should be prevented. I see various options for doing so:
Value and/or benefit
Help prevent catastrophic loss on production Nebari clusters
Anything else?
No response
The text was updated successfully, but these errors were encountered: