Files
kubernetes/test/e2e/network/dual_stack.go
Dan Winship 05ca657434 Rewrite an incorrect dual-stack e2e test
The test was previously asserting that in a dual-stack cluster, every
node had exactly 2 InternalIPs, where 1 was IPv4 and 1 was IPv6. Even
ignoring the possibility of having some single-stack nodes in a
dual-stack cluster, this test was wrong since (a) it didn't allow
nodes to have additional non-primary node IPs, and (b) it
discriminated against ExternalIPs.

Fix it to just assert that in a dual-stack cluster, at least 1 node
has at least 1 IPv4 IP and at least 1 IPv6 IP.
2026-02-20 08:02:49 -05:00

35 KiB