forked from k-space/kube
Upgrade Calico
This commit is contained in:
parent
b8477de6a8
commit
fd1aeaa1a3
@ -3,8 +3,7 @@
|
|||||||
Calico implements the inter-pod overlay network
|
Calico implements the inter-pod overlay network
|
||||||
|
|
||||||
```
|
```
|
||||||
curl https://projectcalico.docs.tigera.io/manifests/tigera-operator.yaml -O
|
curl https://raw.githubusercontent.com/projectcalico/calico/v3.28.0/manifests/tigera-operator.yaml -O
|
||||||
curl https://projectcalico.docs.tigera.io/manifests/custom-resources.yaml -O
|
kubectl apply --server-side --force-conflicts -f tigera-operator.yaml
|
||||||
kubectl apply -f custom-resources.yaml
|
kubectl apply -f application.yaml
|
||||||
kubectl replace -f tigera-operator.yaml
|
|
||||||
```
|
```
|
||||||
|
@ -14,14 +14,11 @@ spec:
|
|||||||
encapsulation: VXLANCrossSubnet
|
encapsulation: VXLANCrossSubnet
|
||||||
natOutgoing: Enabled
|
natOutgoing: Enabled
|
||||||
nodeSelector: all()
|
nodeSelector: all()
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# This section configures the Calico API server.
|
# This section configures the Calico API server.
|
||||||
# For more information, see: https://projectcalico.docs.tigera.io/master/reference/installation/api#operator.tigera.io/v1.APIServer
|
# For more information, see: https://projectcalico.docs.tigera.io/master/reference/installation/api#operator.tigera.io/v1.APIServer
|
||||||
apiVersion: operator.tigera.io/v1
|
apiVersion: operator.tigera.io/v1
|
||||||
kind: APIServer
|
kind: APIServer
|
||||||
metadata:
|
metadata:
|
||||||
name: default
|
name: default
|
||||||
spec: {}
|
spec: {}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user