kubekey icon indicating copy to clipboard operation
kubekey copied to clipboard

calico changed flannel mode vxlan or host gw,I need how todo。

Open xuelangos opened this issue 4 years ago • 4 comments

image what codes I should be changed ?

xuelangos avatar Sep 08 '20 07:09 xuelangos

@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

Forest-L avatar Sep 08 '20 08:09 Forest-L

Have you resolved your issues, @xuelangos ? Please let me know if you have any other questions or close this issue.

Forest-L avatar Mar 02 '21 08:03 Forest-L

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.

shake avatar Jul 26 '21 06:07 shake

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

shake avatar Aug 04 '21 06:08 shake