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

Stop the NS controller manager during hosted mode uninstalls #180

Commits on Dec 1, 2023

  1. Stop the NS controller manager during hosted mode uninstalls

    In hosted mode, there is no guarantee that the managed cluster's API
    server is available when this controller is being uninstalled. In this
    case, we can't have any controller-runtime managers connecting to the
    managed cluster's API server during that time. If there are, the
    controller can restart without completing the required uninstall cleanup
    and then can't properly restart since the manager cannot be
    instantiated.
    
    Relates:
    https://issues.redhat.com/browse/ACM-8826
    
    Signed-off-by: mprahl <mprahl@users.noreply.github.com>
    mprahl committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5586260 View commit details
    Browse the repository at this point in the history