Versions Compared

Key

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


calico官方文档:

https://docs.tigera.io/calico/latest/getting-started/kubernetes/quickstart

查看CNI插件,可以得知使用的是flannel
cat /etc/cni/net.d/10-flannel.conflist

...

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

官方最新版:

calico官方文档:

https://docs.tigera.io/calico/latest/getting-started/kubernetes/quickstart

Image Added

利用operator部署3.26.3

...