kube/tigera-operator/README.md

10 lines
287 B
Markdown
Raw Normal View History

2022-08-16 09:40:54 +00:00
# Calico CNI
Calico implements the inter-pod overlay network
```
curl https://projectcalico.docs.tigera.io/manifests/tigera-operator.yaml -O
curl https://projectcalico.docs.tigera.io/manifests/custom-resources.yaml -O
kubectl apply -f tigera-operator.yaml -f custom-resources.yaml
```