kubekey
kubekey copied to clipboard
calico changed flannel mode vxlan or host gw,I need how todo。
what codes I should be changed ?
@xuelangos If you choose flannel, refer to this configuration, such as:
network:
plugin: flannel
kubePodsCIDR: 10.233.64.0/18
kubeServiceCIDR: 10.233.0.0/18
Currently, we support VXLAN and later host GW
Have you resolved your issues, @xuelangos ? Please let me know if you have any other questions or close this issue.
Hi now I try use flannel udp, try to change
network: plugin: flannel backendMode: udp kubePodsCIDR: 10.233.64.0/18 kubeServiceCIDR: 10.233.0.0/18
not working, still vxlan.
network: plugin: flannel flannel: backendMode: udp. ## you can change to vxlan, host-gw,ipip kubePodsCIDR: 10.233.64.0/18 kubeServiceCIDR: 10.233.0.0/18
https://github.com/flannel-io/flannel/blob/master/Documentation/backends.md