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: Add HostPort conformance to upstream-k8s #17048

Merged
merged 2 commits into from
Aug 4, 2021

Commits on Aug 4, 2021

  1. test: Run conformance tests with portmap chaining

    Portmap chaining is how hostport is supported when kubeProxyReplacement
    is disabled or not available. Enable this by default to unblock the
    conformance tests.
    
    Signed-off-by: Joe Stringer <joe@cilium.io>
    joestringer committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    5370825 View commit details
    Browse the repository at this point in the history
  2. test: Add HostPort conformance to upstream-k8s

    Now that we enable portmap chaining by default in the upstream-k8s
    conformance testing script, we can enable the hostport tests.
    
    In future we can also support this test with kube-proxy-replacement but
    that requires solving a couple of additional bugs first, see issue 14287.
    
    Signed-off-by: Joe Stringer <joe@cilium.io>
    joestringer committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    fa81a5e View commit details
    Browse the repository at this point in the history