Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IPv6 support for the policy controller, expand clusterNetworks #12291

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

alpeb
Copy link
Member

@alpeb alpeb commented Mar 18, 2024

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.

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.
@alpeb alpeb requested a review from a team as a code owner March 18, 2024 17:04
@alpeb alpeb merged commit a4c19b8 into main Mar 19, 2024
46 checks passed
@alpeb alpeb deleted the alpeb/ipv6-policy branch March 19, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants