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

core: Treat cluster as not existing if the cleanup policy is set #9041

Merged
merged 1 commit into from Oct 27, 2021

Commits on Oct 27, 2021

  1. core: treat cluster as not existing if the cleanup policy is set

    The cluster CR can be forcefully deleted and cleanup the
    cluster resources if the yes-really-destroy-data policy
    is set on the CR. In this case, the other controllers should
    treat the cluster CR as not existing and allow the finalizers
    to be removed on those resources if they are requested for
    deletion.
    
    Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
    travisn committed Oct 27, 2021
    Copy the full SHA
    fd10d98 View commit details
    Browse the repository at this point in the history