Kubernetes/部署文档/网络插件安装/Calico网络插件安装.md
offends 7a2f41e7d6
All checks were successful
continuous-integration/drone Build is passing
synchronization
2024-08-07 18:54:39 +08:00

20 lines
378 B
Markdown

> 本文作者:丁辉
# Calico网络插件安装
[Github官网](https://github.com/projectcalico/calico) [Github-Calico-Yaml文件](https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml)
1. 最新版下载
```bash
wget https://docs.projectcalico.org/manifests/calico.yaml
```
2. 部署
```bash
kubectl apply -f calico.yaml
```