-
Notifications
You must be signed in to change notification settings - Fork 30
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
docs: document ipv6 only cluster kube-vip version #172
Conversation
@@ -60,6 +60,15 @@ export IPV6_PREFIX=64 | |||
export IPV6_GATEWAY="2001:db8:1::1" | |||
``` | |||
|
|||
If you're using cilium, be aware that cilium's helm chart requires `ipv6.enabled=true` to actually support IPv6 pod- and service networks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy & paste error? This one seems to be double :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's relevant to both sections, and I didn't know how to organize it so there's on redundancy. Suggestions welcome.
5cd8bb5
to
f9b8744
Compare
tests unnecessary for docs change |
Quality Gate passedIssues Measures |
Issue #, if available:
#144
Description of changes:
Documentation for IPv6 and kube-vip (and cilium).
Testing performed:
We rolled out IPv6 only clusters. We should update our kube-vip manifest versions, but I had no time to test that.