Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
kubectl delete -f https://zhengyu1992.cn/file/deployment/kubeadm/flannel-1.1.2.yaml

在集群各节点清理flannel网络的残留文件

...

Code Block
wget --no-check-certificate https://projectcalico.docs.tigera.io/archive/v3.25/manifests/calico.yaml
或者使用
##上面的镜像地址在国外拉去不到,我把一些镜像拉去下来传到了阿里云
kubectl create -f https://zhengyu1992.cn/file/deployment/kubeadm/calico-3.2.5.yaml

...