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
Introduced the line kubectl delete namespace ${NAMESPACE} which fully deletes the namespace from a cluster. That is a dangerous thing to do and should be done by the user that executes our scripts.
The following commit dfec951
Introduced the line
kubectl delete namespace ${NAMESPACE}which fully deletes the namespace from a cluster. That is a dangerous thing to do and should be done by the user that executes our scripts.