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

Enable IPv6 when installing Cilium if K8s DualStack/IPv6 is configured #1342

Open
brb opened this issue Jan 16, 2023 · 2 comments
Open

Enable IPv6 when installing Cilium if K8s DualStack/IPv6 is configured #1342

brb opened this issue Jan 16, 2023 · 2 comments
Assignees
Labels
help wanted Extra attention is needed kind/feature New feature or request

Comments

@brb
Copy link
Member

brb commented Jan 16, 2023

If https://kubernetes.io/docs/concepts/services-networking/dual-stack/ is enabled, set --helm-set=ipv6.enabled=true when installing Cilium via cilium install.

@brb brb added kind/feature New feature or request help wanted Extra attention is needed labels Jan 16, 2023
@dharmicksai
Copy link
Contributor

dharmicksai commented Jan 26, 2023

Hello, I am interested in contributing to this issue.

My approach:
As per the documentation, the dual-stack is enabled by default for k8s clusters starting from 1.21
So if the k8s version is at least 1.21, then set --helm-set=ipv6.enabled=true

Please let me know if I can start implementing or if I am missing something in the approach

@brb
Copy link
Member Author

brb commented Jan 27, 2023

@dharmicksai Hey, thanks for your interest! Pinging @aanm and @squeed who are experts in this area to get their opinion on your approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants