Renumbering the cluster/service IPv6 CIDRs #5301
Unanswered
DerEnderKeks
asked this question in
Q&A
Replies: 1 comment
-
There aren't really any documented steps to do this upstream. The apiserver doesn't let you change the CIDR fields on nodes once they're set, so you'd basically have to
Probably more trouble than it's worth, IMO. I would probably just pick a nonroutable address space for your cluster and enable natv6. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm planning to setup a K3s cluster (with Calico) in my homelab on a residential connection with dual stack. Since my ISP (Deutsche Telekom) hates standards, they hand out a dynamic IPv6 prefix that changes every time my PPPoE connection reconnects.
As I don't want to use any kind of IPv6 NAT/prefix translation for the cluster if possible, my plan is to renumber the entire cluster ever time my IPv6 prefix changes (only the first 56 bits of the address would need to be changed). This only impacts IPv6, since I have to use NAT for IPv4 anyway.
According to this issue comment it's not possible to do so. Is this still true? Would it be possible to do it "manually" somehow (without wiping the entire cluster)? I wouldn't mind if some or all of the cluster has to go offline for this to happen, since the uplink was down already anyway when I have to renumber the cluster. Would it be reasonable to request this to be implemented?
Beta Was this translation helpful? Give feedback.
All reactions