...
Code Block |
---|
wget --no-check-certificate https://projectcalico.docs.tigera.io/archive/v3.25/manifests/calico.yaml 或者使用 https://zhengyu1992.cn/file/deployment/kubeadm/calico-3.2.5.yaml |
官方最新版:
部署calico网络插件3利用operator部署3.26.3
Code Block |
---|
kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.3/manifests/tigera-operator.yaml kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.3/manifests/custom-resources.yaml |