安装 flannel 网络插件时多余的脚本

This commit is contained in:
Shao Huan Qing
2021-11-14 19:49:13 +08:00
parent 14291f9df7
commit b0316b62d9

View File

@ -405,7 +405,6 @@ kubectl apply -f calico-custom-resources.yaml
``` sh
export POD_SUBNET=10.100.0.0/16
kubectl apply -f https://kuboard.cn/install-script/v1.21.x/calico-operator.yaml
wget https://kuboard.cn/install-script/flannel/flannel-v0.14.0.yaml
sed -i "s#10.244.0.0/16#${POD_SUBNET}#" flannel-v0.14.0.yaml
kubectl apply -f ./flannel-v0.14.0.yaml