From 57c86b0643f6362ba55fcb9a8eca6917997ecd6e Mon Sep 17 00:00:00 2001 From: gjmzj Date: Wed, 5 Jan 2022 12:46:32 +0800 Subject: [PATCH] change default network-plugin:calico --- example/hosts.allinone | 2 +- example/hosts.multi-node | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/hosts.allinone b/example/hosts.allinone index 2c40068..248e43a 100644 --- a/example/hosts.allinone +++ b/example/hosts.allinone @@ -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" diff --git a/example/hosts.multi-node b/example/hosts.multi-node index 792fdf2..c856d8d 100644 --- a/example/hosts.multi-node +++ b/example/hosts.multi-node @@ -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"