mirror of https://github.com/easzlab/kubeasz.git
change default network-plugin:calico
parent
f144b8e4d6
commit
57c86b0643
|
@ -33,7 +33,7 @@ SECURE_PORT="6443"
|
|||
CONTAINER_RUNTIME="containerd"
|
||||
|
||||
# Network plugins supported: calico, flannel, kube-router, cilium, kube-ovn
|
||||
CLUSTER_NETWORK="flannel"
|
||||
CLUSTER_NETWORK="calico"
|
||||
|
||||
# Service proxy mode of kube-proxy: 'iptables' or 'ipvs'
|
||||
PROXY_MODE="ipvs"
|
||||
|
|
|
@ -37,7 +37,7 @@ SECURE_PORT="6443"
|
|||
CONTAINER_RUNTIME="containerd"
|
||||
|
||||
# Network plugins supported: calico, flannel, kube-router, cilium, kube-ovn
|
||||
CLUSTER_NETWORK="flannel"
|
||||
CLUSTER_NETWORK="calico"
|
||||
|
||||
# Service proxy mode of kube-proxy: 'iptables' or 'ipvs'
|
||||
PROXY_MODE="ipvs"
|
||||
|
|
Loading…
Reference in New Issue