MultiClusterCIDR for v1.26#6885
Conversation
2dc00e8 to
55d0f93
Compare
dereknola
left a comment
There was a problem hiding this comment.
Is it possible to consolidate the 2 E2E tests you wrote into a single IPv4 + IPv6 test?
55d0f93 to
5416ae7
Compare
|
How does this behave if the user enables it but does not create a ClusterCIDR resource? Is a default one created from the legacy cluster/service cidr args? |
When the flag is enabled a first ClusterCIDR resource is created based on the |
1c996ab to
7b903fd
Compare
|
@brandond Do we want to keep this on hold and merge only the flannel version update for the next release? |
|
@rbrtbnfgl yeah lets just do the flannel version bump for now, I think the multi-ClusterCIDR stuff is probably worth at least a talk through in design review. |
7b903fd to
b34482d
Compare
0e9640d to
2f327e7
Compare
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>
2f327e7 to
827a6d7
Compare
Proposed Changes
Types of Changes
New Feature
Verification
Testing
To start a K3s cluster with multi cluster CIDR enabled use the flag
--multi-cluster-cidrand theclustercidrsshould be visible through the API andkubectlto configure a new cluster CIDR follow flannel documentation https://github.com/flannel-io/flannel/tree/master/Documentation/MultiClusterCIDR#configure-the-required-clustercidr-resourcesDualStack setup could have issues related to the different address spaces between IPv4 and IPv6 that should be the same.
Linked Issues
#6443
User-Facing Change
Further Comments