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

Automated backport of #3122: Update multiple GWs failover test to support ROKS as well #3137

Commits on Aug 21, 2024

  1. Update multiple GWs failover test to support ROKS as well

    Submariner endpoint and gateway names are based on the
    node's OS.Hostname().
    For ROKS the node names are not equal to os.Hostname(),
    
    Now that we are going to support multiple gateways for ROKS as well,
    the name parameter used for searching gateway CR needs to be updated
    to endpoint.spec.hostname instead of gwpod.spec.nodeName.
    
    Signed-off-by: Yossi Boaron <yboaron@redhat.com>
    yboaron committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9d7f1b2 View commit details
    Browse the repository at this point in the history