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

[release-4.14] OCPBUGS-29186: Wait for ovnkube controller to start before checking result error. #2067

Commits on Feb 13, 2024

  1. Wait for ovnkube controller to start before checking result error. Ot…

    …herwise, on node start failure, ovnkube controller may not be started yet, and ovnkubeControllerStartErr will be nil just because it is unassigned yet.
    
    Signed-off-by: Nadia Pinaeva <npinaeva@redhat.com>
    (cherry picked from commit a5ef4ee)
    npinaeva authored and openshift-cherrypick-robot committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f889966 View commit details
    Browse the repository at this point in the history
  2. Add stopChannel to queued Map to ensure new events are not added afte…

    …r stop channel is closed.
    
    Signed-off-by: Nadia Pinaeva <npinaeva@redhat.com>
    (cherry picked from commit 89e27ae)
    npinaeva authored and openshift-cherrypick-robot committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f11af46 View commit details
    Browse the repository at this point in the history
  3. Rename cm to clusterManager and networkControllerManager for the corr…

    …esponding objects.
    
    Signed-off-by: Nadia Pinaeva <npinaeva@redhat.com>
    (cherry picked from commit 77d44e9)
    npinaeva authored and openshift-cherrypick-robot committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    13e934a View commit details
    Browse the repository at this point in the history