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 Apr 19, 2023. It is now read-only.
unless you explicitly specify the keep_namespaces=true extra-var the uninstall playbook includes by default the delete-user-namespaces role which wipes all user namespaces in the cluster.
Expected Behavior
In my opinion, this should not be the default behavior for uninstall. Consider tha fact that integr8tly can be provisioned on top of a general proprose Openshift cluster shared by users running different projects.
Actual Behavior
All non system-admin created namespaces/project will be wiped by the uninstall playbook.
Description
unless you explicitly specify the
keep_namespaces=true
extra-var the uninstall playbook includes by default thedelete-user-namespaces
role which wipes all user namespaces in the cluster.Expected Behavior
In my opinion, this should not be the default behavior for uninstall. Consider tha fact that integr8tly can be provisioned on top of a general proprose Openshift cluster shared by users running different projects.
Actual Behavior
All non
system-admin
created namespaces/project will be wiped by the uninstall playbook.Environment
Steps to reproduce
keep_namespaces
variable.The text was updated successfully, but these errors were encountered: