Skip to content

Initial implementation of IPv6 single stack #5889

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

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

juanluisvaladas
Copy link
Contributor

@juanluisvaladas juanluisvaladas commented May 27, 2025

Description

This is an initial PR to support single stack IPv6. There is a lot of work pending:

  • Test connectivity between multiple nodes
  • Test NLLB and CPLB
  • Test Calico
  • Documentation

However, this is already fairly large so for easier merge and review I think it's worth splitting this PR here.

Part of #5875

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

How Has This Been Tested?

  • Manual test
  • Auto test added

Checklist

  • My code follows the style guidelines of this project
  • My commit messages are signed-off
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

@juanluisvaladas juanluisvaladas force-pushed the ipv6-singlestack branch 3 times, most recently from 2ed090b to c86bbcb Compare May 28, 2025 10:08
@juanluisvaladas juanluisvaladas changed the title [WIP] Initial implementation of IPv6 single stack Initial implementation of IPv6 single stack May 28, 2025
@juanluisvaladas juanluisvaladas marked this pull request as ready for review May 28, 2025 10:08
@juanluisvaladas juanluisvaladas requested review from a team as code owners May 28, 2025 10:08
@juanluisvaladas juanluisvaladas marked this pull request as draft June 3, 2025 11:35
@juanluisvaladas
Copy link
Contributor Author

Making this a draft until we merge #5912

Copy link
Contributor

github-actions bot commented Jun 5, 2025

This pull request has merge conflicts that need to be resolved.

On network.dualStack IPv6 CIDRs must always be IPv6. On single stack
configurations podCIDR must be the same IP version as service CIDR.

Signed-off-by: Juan-Luis de Sousa-Valadas Castaño <[email protected]>
Same logic, but works on both IPv4 and IPv6

Signed-off-by: Juan-Luis de Sousa-Valadas Castaño <[email protected]>
Signed-off-by: Juan-Luis de Sousa-Valadas Castaño <[email protected]>
Signed-off-by: Juan-Luis de Sousa-Valadas Castaño <[email protected]>
Initial IPv6 test implementation. the test just verifies that all the
core pods start and needs a lot of work. Pending items include extensive
testing of konnectivity, calico, CPLB, NLLB, testing that there is
actual connectivity on both pod IPs and services, but it's a start.

Signed-off-by: Juan-Luis de Sousa-Valadas Castaño <[email protected]>
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.

1 participant