forked from k-space/kube
Upgrade Calico
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
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 custom-resources.yaml
|
||||
kubectl replace -f tigera-operator.yaml
|
||||
curl https://raw.githubusercontent.com/projectcalico/calico/v3.28.0/manifests/tigera-operator.yaml -O
|
||||
kubectl apply --server-side --force-conflicts -f tigera-operator.yaml
|
||||
kubectl apply -f application.yaml
|
||||
```
|
||||
|
Reference in New Issue
Block a user