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

Disable ipv6 cluster wide #351

Open
sm1lexops opened this issue Sep 20, 2024 · 0 comments
Open

Disable ipv6 cluster wide #351

sm1lexops opened this issue Sep 20, 2024 · 0 comments

Comments

@sm1lexops
Copy link

Summary

I’ve encountered a challenge with disabling IPv6 in my Kubernetes cluster, which includes 3 control plane (master) nodes and 3 worker nodes, all deployed with CozyStack v0.14.1. After reading various articles and trying different methods, I have not been able to find a working solution.

Steps Taken
1. Disabled IPv6 at the host level:
talosctl -e <host> -n <host> cat /proc/sys/net/ipv6/conf/all/disable_ipv6 1
2. Modified Cilium configuration:
Updated the cilium-config/cni-configuration ConfigMap to include the following argument:
- '--enable-ipv6=false'
3. Updated the Cilium DaemonSet:
Added the --enable-ipv6=false argument to the DaemonSet configuration.
4. Checked Kube-OVN CNI:
Found no relevant configuration regarding IPv6.

Problem

Despite these efforts, IPv6 is still not disabled within the cluster. I am looking for guidance on how to fully disable IPv6 in a Kubernetes cluster deployed with CozyStack. I checked it by creating new ones.

It would be great to have a built-in option to disable IPv6 during CozyStack installation. Thx @kvaps, maybe one day thousands will contribute to this product))

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

No branches or pull requests

1 participant