tigera-operator: Upgrade Calico

This commit is contained in:
2022-10-14 14:03:34 +03:00
parent 0fd0094ba0
commit 017bdd9fd8
3 changed files with 12111 additions and 78 deletions

View File

@@ -5,5 +5,6 @@ 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
kubectl apply -f custom-resources.yaml
kubectl replace -f tigera-operator.yaml
```