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 cluster for kind testing #738

Closed
glazychev-art opened this issue Nov 7, 2022 · 2 comments
Closed

Add IPv6 cluster for kind testing #738

glazychev-art opened this issue Nov 7, 2022 · 2 comments
Assignees

Comments

@glazychev-art
Copy link
Contributor

glazychev-art commented Nov 7, 2022

Description

We need to add kind cluster with ipv6 addresses.

To create it we need to add networking to cluster-configuration:

...
networking:
  ipFamily: ipv6
...
@glazychev-art
Copy link
Contributor Author

Current state:

At the moment it seems that this cannot be done. Because github runners don't support IPv6. That is, after creating an interface with an ipv6 address, we do not have an ipv6 route where to direct this traffic.

We can either wait for ipv6 support or think about NAT64.

@denis-tingaikin
Copy link
Member

Seems like done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants