• Dane LeBlanc's avatar
    Add required family flag for conntrack IPv6 operation · 502d14af
    Dane LeBlanc authored
    This change causes kube-proxy to supply the required "-f ipv6"
    family flag whenever the conntrack utility is executed and the
    associated service is using IPv6.
    
    This change is required for IPv6-only operation.
    
    Note that unit test coverage for the 2-line changes in
    pkg/proxy/iptables/proxier.go and /pkg/proxy/ipvs/proxier.go will need
    to be added after support for IPv6 service addresses is added to these
    files. For pkg/proxy/iptables/proxier.go, this coverage will be added
    either with PR #48551.
    
    fixes #52027
    502d14af
conntrack_test.go 7.85 KB