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

Fast-forward devel to peer-pods-tech-preview #315

Merged
merged 3 commits into from
May 17, 2023
Merged

Commits on May 16, 2023

  1. Merge pull request openshift#312 from gkurz/rebase-peer-pods-on-devel

    Rebase peer pods on devel
    gkurz committed May 16, 2023
    Configuration menu
    Copy the full SHA
    beab958 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. fix KataConfig deletion when there are no kata nodes

    This fixes an omission in PR openshift#300 where the special case of KataConfig
    deletion while there are no kata nodes on a cluster wasn't handled
    properly and uninstallation got stuck.  This happened because the
    uninstallation flow assumed incorrectly that it will always be
    necessary for the MCO to reconciliate which is not the case.
    
    Installation flow (PR openshift#291) got this right and while the idea of PR openshift#300
    was basically to make uninstallation flow analogous to installation, this
    aspect was omitted by mistake.
    
    Signed-off-by: Pavel Mores <pmores@redhat.com>
    pmores committed May 17, 2023
    Configuration menu
    Copy the full SHA
    0ebeefe View commit details
    Browse the repository at this point in the history
  2. Merge pull request openshift#314 from pmores/fix-kataconfig-deletion-…

    …when-no-kata-nodes
    
    Fix kataconfig deletion when no kata nodes are on cluster
    gkurz committed May 17, 2023
    Configuration menu
    Copy the full SHA
    6eb6385 View commit details
    Browse the repository at this point in the history