change default network-plugin:calico

pull/1109/head
gjmzj 2022-01-05 12:46:32 +08:00
parent f144b8e4d6
commit 57c86b0643
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"