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

test/K8sServices: Skip checks for externalTrafficPolicy=Local with kube-proxy <1.15 #11965

Merged

Commits on Jun 8, 2020

  1. test/K8sServices: Skip checks for externalTrafficPolicy=Local with ku…

    …be-proxy <1.15
    
    kube-proxy <1.15 does not forward node-local traffic for services
    with externalTrafficPolicy=Local if there are no node-local backends.
    
    Therefore we should not test this behavior in CI either. This commit
    introduces a version check for kube-proxy and only enables the tests on
    kube-proxy >=1.15.
    
    Fixes: 8260696 ("test/K8sServices: skip checks for BPF with externalTrafficPolicy=Local")
    Fixes: #11948
    
    Signed-off-by: Sebastian Wicki <sebastian@isovalent.com>
    gandro committed Jun 8, 2020
    Copy the full SHA
    ab3d3ad View commit details
    Browse the repository at this point in the history