tigera-operator: Upgrade Calico

This commit is contained in:
Lauri Võsandi 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/tigera-operator.yaml -O
curl https://projectcalico.docs.tigera.io/manifests/custom-resources.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
``` ```

View File

@ -1,5 +1,5 @@
# This section includes base Calico installation configuration. # This section includes base Calico installation configuration.
# For more information, see: https://projectcalico.docs.tigera.io/v3.23/reference/installation/api#operator.tigera.io/v1.Installation # For more information, see: https://projectcalico.docs.tigera.io/master/reference/installation/api#operator.tigera.io/v1.Installation
apiVersion: operator.tigera.io/v1 apiVersion: operator.tigera.io/v1
kind: Installation kind: Installation
metadata: metadata:
@ -10,7 +10,7 @@ spec:
# Note: The ipPools section cannot be modified post-install. # Note: The ipPools section cannot be modified post-install.
ipPools: ipPools:
- blockSize: 26 - blockSize: 26
cidr: 192.168.0.0/16 cidr: 10.244.0.0/16
encapsulation: VXLANCrossSubnet encapsulation: VXLANCrossSubnet
natOutgoing: Enabled natOutgoing: Enabled
nodeSelector: all() nodeSelector: all()
@ -18,7 +18,7 @@ spec:
--- ---
# This section configures the Calico API server. # This section configures the Calico API server.
# For more information, see: https://projectcalico.docs.tigera.io/v3.23/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:

File diff suppressed because it is too large Load Diff