mirror of https://github.com/linkerd/linkerd2.git
As part of the ongoing effort to support IPv6/dual-stack networks, this implements the following generalizations to the manifests: - Expand the `policyController.probeNetworks` config to include the IPv6 wildcard address `::/0` - Have the policy controller gRPC and admin servers bind to the IPv6 loopback address `[::]`. With this the controller still keeps on listening on the IPv4 loopback as well, so we remain backwards-compatible. - Also expanded the `clusterNetworks` config to include the accepted IPV6 ULAs (`fd00::/8`), which is IPv6's equivalent of IPv4's private networks. |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| README.md | ||
README.md
Policy controller tests
The policy-test crate includes integration tests for the policy controller.
Running locally
:; just policy-test
Running in CI
See the workflow.