linkerd2
linkerd2 copied to clipboard
Dual-stack support for ExternalWorkloads
This changes the workloadIPs.maxItems
field in the ExternalWorkload CRD from 1
to 2
, to accommodate for an IPv4 and IPv6 pair. This is a BC change, so there's no need to bump the CRD version.
The control plane already supports this, so this change is mainly about expansions to the unit tests to also account for the double stack case.