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

Make ipv6 routing to pods (CNI routing) work for ipv6 #578

Merged
merged 1 commit into from
Dec 9, 2018

Conversation

uablrek
Copy link
Contributor

@uablrek uablrek commented Nov 19, 2018

With this PR ipv6 router to pod CIDRs are inserted in the ipv6 routing table;

# gobgp neighbor
Peer                AS  Up/Down State       |#Received  Accepted
1000::1:c0a8:101 64512 00:00:18 Establ      |        1         1
1000::1:c0a8:102 64512 00:00:17 Establ      |        1         1
1000::1:c0a8:103 64512 00:00:18 Establ      |        1         1
# ip -6 ro
1000::1:c0a8:100/120 dev eth1 proto kernel metric 256  pref medium
1000::2:b00:0/120 via 1000::1:c0a8:103 dev eth1 proto 17 metric 1024  pref medium
1000::2:b00:100/120 via 1000::1:c0a8:102 dev eth1 proto 17 metric 1024  pref medium
1000::2:b00:300/120 via 1000::1:c0a8:101 dev eth1 proto 17 metric 1024  pref med
...

Params to kube-controller-manager;

kube-controller-manager --allocate-node-cidrs=true --cluster-cidr=1000::2:11.0.0.0/112 --node-cidr-mask-size=120

Note The final update for get this working was not made by me (@uablrek) I just doing the PR.

Only basic (manual) test are executed on xcluster.

@murali-reddy
Copy link
Member

As usual great incremental update @uablrek

Looks like you have already covered most cases, what else is pending from IPV6 integration point of view?

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

Successfully merging this pull request may close these issues.

2 participants