kube/tigera-operator/README.md

11 lines
303 B
Markdown
Raw Permalink 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
2022-10-14 11:03:34 +00:00
kubectl apply -f custom-resources.yaml
kubectl replace -f tigera-operator.yaml
2022-08-16 09:40:54 +00:00
```