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

MGMT-15349: Don't attempt to contact spoke while unbinding a day2 host #5383

Merged

Commits on Jul 25, 2023

  1. Don't attempt to contact spoke while unbinding a day2 host

    If an agent is unbound while it is installing the transition will fail,
    but the agent spec will still have no cluster deployment reference.
    The agent controller should not attempt to contact the spoke cluster in
    this case.
    
    Previously unbinding a day-2 host that was installing could cause a
    panic. This patch guards against that situation.
    
    https://issues.redhat.com/browse/MGMT-15349
    carbonin committed Jul 25, 2023
    Copy the full SHA
    5968d86 View commit details
    Browse the repository at this point in the history