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.11] Bug 2109642: two hybrid overlay fixes #1209

Commits on Jul 21, 2022

  1. comma left off causing invalid flow

    in the hybrid overlay there was a comma missing from a flow
    between the nw_src and action. Adding the comma fixes the flow.
    
    Signed-off-by: Jacob Tanenbaum <jtanenba@redhat.com>
    (cherry picked from commit 0582cf4)
    JacobTanenbaum authored and dcbw committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    6c843c6 View commit details
    Browse the repository at this point in the history
  2. correct the reading of a node annotation in hybrid overlay

    in 854a7eb a variable was added to the
    node controller gwLRPIP that was read from an annotation. THis
    annotation is added by the master after the node was created.
    Unfortunatly the node controller only reacts to the Nodes creation and
    not updates so change the reading of the annotation and finish
    initializing on pod creation.
    
    Signed-off-by: Jacob Tanenbaum <jtanenba@redhat.com>
    (cherry picked from commit 6201311)
    JacobTanenbaum authored and dcbw committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f9191f4 View commit details
    Browse the repository at this point in the history