Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1820472: Not delete namespace object when cleanup not rended objects #641

Merged
merged 1 commit into from May 26, 2020

Commits on May 20, 2020

  1. Not delete namespace object when cleanup not rended objects

    Namespace deletion cannot be done while openshift-apiserver is down. It will be
    stuck in 'Terminating' state forever, and that can block the sdn restore. So we
    choose not delete the namespace by the cleanup function, but leave it to the user
    to manually remove the namesapce, after the cluster is back to normal state.
    pliurh committed May 20, 2020
    Copy the full SHA
    1cf0fbb View commit details
    Browse the repository at this point in the history