tigera-operater-3.30.3
更新时间:2025年10月10日 17:03
浏览:41
安装脚本
# kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.30.3/manifests/operator-crds.yaml
kubectl create -f https://nas.liu12.com/k8s/calico/v3.30.3/operator-crds.yaml
# kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.30.3/manifests/tigera-operator.yaml
kubectl create -f https://nas.liu12.com/k8s/calico/v3.30.3/tigera-operator.yaml
# curl https://raw.githubusercontent.com/projectcalico/calico/v3.30.3/manifests/custom-resources.yaml -O
curl https://nas.liu12.com/k8s/calico/v3.30.3/custom-resources.yaml -O
# 修改 custom-resources.yaml 中的子网配置
# Installation -> calicoNetwork -> ipPools -> cidr
kubectl create -f custom-resources.yaml