linkerd2/policy-test
Alejandro Pedraza a4c19b8c39
Add IPv6 support for the policy controller, expand clusterNetworks (#12291)
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.
2024-03-19 09:07:44 -05:00
..
src Add IPv6 support for the policy controller, expand clusterNetworks (#12291) 2024-03-19 09:07:44 -05:00
tests Don't patch httproute status if it hasn't changed (#12215) 2024-03-18 14:12:19 -07:00
Cargo.toml build(deps): bump linkerd2-proxy-api from 0.11.0 to 0.13.0 (#12001) 2024-02-09 14:53:33 +00:00
README.md dev: Run policy tests via `just` (#8919) 2022-07-19 14:01:26 -07:00

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.