forked from k-space/kube
		
	tigera-operator: Upgrade Calico
This commit is contained in:
		@@ -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
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
# 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
 | 
			
		||||
kind: Installation
 | 
			
		||||
metadata:
 | 
			
		||||
@@ -10,7 +10,7 @@ spec:
 | 
			
		||||
    # Note: The ipPools section cannot be modified post-install.
 | 
			
		||||
    ipPools:
 | 
			
		||||
    - blockSize: 26
 | 
			
		||||
      cidr: 192.168.0.0/16
 | 
			
		||||
      cidr: 10.244.0.0/16
 | 
			
		||||
      encapsulation: VXLANCrossSubnet
 | 
			
		||||
      natOutgoing: Enabled
 | 
			
		||||
      nodeSelector: all()
 | 
			
		||||
@@ -18,7 +18,7 @@ spec:
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
# 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
 | 
			
		||||
kind: APIServer 
 | 
			
		||||
metadata: 
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user