forked from k-space/kube
		
	tigera-operator: sync configuration drift
This commit is contained in:
		| @@ -9,12 +9,19 @@ spec: | ||||
|   calicoNetwork: | ||||
|     # Note: The ipPools section cannot be modified post-install. | ||||
|     ipPools: | ||||
|     - blockSize: 26 | ||||
|     - allowedUses: | ||||
|         - Workload | ||||
|         - Tunnel | ||||
|       blockSize: 26 | ||||
|       cidr: 10.244.0.0/16 | ||||
|       disableBGPExport: false | ||||
|       disableNewAllocations: false | ||||
|       encapsulation: IPIP | ||||
|       name: default-ipv4-ippool | ||||
|       natOutgoing: Disabled | ||||
|       nodeSelector: all()        | ||||
| --- | ||||
| apiVersion: crd.projectcalico.org/v1 | ||||
| apiVersion: projectcalico.org/v3 | ||||
| kind: IPPool | ||||
| metadata: | ||||
|   name: default-ipv4-ippool | ||||
| @@ -27,7 +34,7 @@ spec: | ||||
|   ipipMode: Always | ||||
|   nodeSelector: all() | ||||
|   vxlanMode: Never | ||||
|   natOutgoing: True | ||||
|   natOutgoing: true | ||||
| --- | ||||
| # 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 | ||||
| @@ -37,7 +44,7 @@ metadata: | ||||
|   name: default | ||||
| spec: {} | ||||
| --- | ||||
| apiVersion: crd.projectcalico.org/v1 | ||||
| apiVersion: projectcalico.org/v3 | ||||
| kind: BGPPeer | ||||
| metadata: | ||||
|   name: mikrotik-router | ||||
| @@ -50,7 +57,7 @@ spec: | ||||
|       name: bgp-secrets | ||||
|       key: password | ||||
| --- | ||||
| apiVersion: crd.projectcalico.org/v1 | ||||
| apiVersion: projectcalico.org/v3 | ||||
| kind: BGPConfiguration | ||||
| metadata: | ||||
|   name: default | ||||
|   | ||||
		Reference in New Issue
	
	Block a user