k0s
k0s copied to clipboard
Improve dual-stack documentation
Is your feature request related to a problem? Please describe.
- The template shown at https://docs.k0sproject.io/v1.24.3+k0s.0/dual-stack/ should specify
spec.network.provider = calicofor it to work. Otherwise the cluster will be using kube-proxy. - The template mentioned above says "Use the following k0s.yaml as a template", but it's only listing the
specobject. Since k0s seems to accept partial configuration (see #2090), replace the example with an actually valid k0s.yaml file (with apiVersion, kind fields, etc.) - In the configuration docs, there is no mention of
spec.network.calico.modeaccepting the optionbird. Onlyvxlanandipipare shown to be acceptable.
Describe the solution you would like
No response
Describe alternatives you've considered
No response
Additional context
No response