Added multiclusterCIDR documentation#103
Merged
Merged
Conversation
2648897 to
dcb896b
Compare
briandowns
approved these changes
Mar 13, 2023
dereknola
requested changes
Mar 13, 2023
dereknola
left a comment
Member
There was a problem hiding this comment.
You need to make sure the page actually builds with yarn start.
dereknola
requested changes
Mar 13, 2023
88dde90 to
232857b
Compare
| The network policy controller could not work properly when this flag is enabled. | ||
| ::: | ||
|
|
||
| From `v1.26` Kubernetes introduced Multicluster CIDR as an alpha feature. This feature can be enabled on K3s server with the `--multi-cluster-cidr` flag. |
Contributor
There was a problem hiding this comment.
maybe we could have a link to the KEP in our doc: https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/2593-multiple-cluster-cidrs
| ipv4: 10.247.0.0/16 | ||
| ``` | ||
|
|
||
| The nodes that match the `nodeSelector` will use a CIDR from the new defined resource. |
Contributor
There was a problem hiding this comment.
I think we can clarify that it is the Pod CIDR that is allocated to avoid confusion later.
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>
232857b to
a05147a
Compare
dereknola
approved these changes
Mar 14, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added documentation for multiclusterCIDR feature k3s-io/k3s#6885
Issue: k3s-io/k3s#6972