-
Notifications
You must be signed in to change notification settings - Fork 85
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
Provide dual-stack support to canal #209
Conversation
Tested and dualStack seems to work |
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.
LGTM!
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.
One nit
@@ -36,7 +36,20 @@ data: | |||
"mtu": __CNI_MTU__, | |||
"ipam": { | |||
"type": "host-local", | |||
"subnet": "usePodCidr" | |||
"ranges": [ | |||
[ |
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.
You have 4 spaces as an indentation everywhere else, please stick to that.
1cf6a77
to
a0e15f1
Compare
Signed-off-by: Manuel Buil <[email protected]>
a0e15f1
to
9ac2741
Compare
Provide dual-stack support to canal
Update the calico image to
v3.20.3-build20220114
, which supports dual-stack.Change the config.yaml so that the ipv6 config only applies when clustercidr contains ipv6
Issue: rancher/rke2#2342
Signed-off-by: Manuel Buil [email protected]