kubernetes/pkg/proxy/iptables
Dan Winship 169604d906 Validate single-stack --nodeport-addresses sooner
In the dual-stack case, iptables.NewDualStackProxier and
ipvs.NewDualStackProxier filtered the nodeport addresses values by IP
family before creating the single-stack proxiers. But in the
single-stack case, the kube-proxy startup code just passed the value
to the single-stack proxiers without validation, so they had to
re-check it themselves. Fix that.
2023-01-03 09:01:45 -05:00
..
number_generated_rules_test.go pkg/proxy: Replace deprecated func usage from the k8s.io/utils/pointer pkg 2022-08-14 18:27:33 +03:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
proxier_test.go Replace iptables-proxy-specific SCTP e2e test with a unit test 2022-12-13 16:21:12 -05:00
proxier.go Validate single-stack --nodeport-addresses sooner 2023-01-03 09:01:45 -05:00