2021-04-29 13:54:44 +00:00
|
|
|
--- charts-original/values.yaml
|
|
|
|
+++ charts/values.yaml
|
2022-05-11 12:45:53 +00:00
|
|
|
@@ -1,11 +1,28 @@
|
2021-05-27 19:12:25 +00:00
|
|
|
imagePullSecrets: {}
|
|
|
|
|
2021-04-29 13:54:44 +00:00
|
|
|
installation:
|
2021-05-27 19:12:25 +00:00
|
|
|
+ controlPlaneTolerations:
|
|
|
|
+ - key: "node-role.kubernetes.io/control-plane"
|
|
|
|
+ operator: "Exists"
|
|
|
|
+ effect: "NoSchedule"
|
|
|
|
+ - key: "node-role.kubernetes.io/etcd"
|
|
|
|
+ operator: "Exists"
|
|
|
|
+ effect: "NoExecute"
|
2021-04-29 13:54:44 +00:00
|
|
|
enabled: true
|
|
|
|
kubernetesProvider: ""
|
|
|
|
+ calicoNetwork:
|
|
|
|
+ bgp: Disabled
|
|
|
|
+ ipPools:
|
|
|
|
+ - natOutgoing: Enabled
|
|
|
|
+ encapsulation: VXLAN
|
|
|
|
+ cidr: 10.42.0.0/16
|
2021-08-03 20:08:27 +00:00
|
|
|
+ blockSize: 24
|
2021-06-03 08:14:41 +00:00
|
|
|
+ imagePath: "rancher"
|
|
|
|
+ imagePrefix: "mirrored-calico-"
|
2022-05-13 07:47:40 +00:00
|
|
|
+ flexVolumePath: "/var/lib/kubelet/volumeplugins"
|
2021-04-29 13:54:44 +00:00
|
|
|
|
2021-10-04 18:46:25 +00:00
|
|
|
apiServer:
|
2022-04-21 15:15:01 +00:00
|
|
|
- enabled: true
|
|
|
|
+ enabled: false
|
|
|
|
|
|
|
|
certs:
|
|
|
|
node:
|
2022-05-11 16:37:47 +00:00
|
|
|
@@ -22,9 +38,24 @@
|
2021-04-30 17:40:07 +00:00
|
|
|
|
|
|
|
# Configuration for the tigera operator
|
|
|
|
tigeraOperator:
|
|
|
|
- image: tigera/operator
|
2022-03-08 10:59:12 +00:00
|
|
|
+ image: rancher/mirrored-calico-operator
|
2022-05-11 16:37:47 +00:00
|
|
|
version: v1.27.0
|
|
|
|
- registry: quay.io
|
2021-05-25 08:38:54 +00:00
|
|
|
+ registry: docker.io
|
2021-04-30 17:40:07 +00:00
|
|
|
calicoctl:
|
2022-01-27 16:56:54 +00:00
|
|
|
- image: docker.io/calico/ctl
|
2021-04-30 17:40:07 +00:00
|
|
|
+ image: rancher/mirrored-calico-ctl
|
2022-05-11 16:37:47 +00:00
|
|
|
tag: v3.23.0
|
2021-05-03 10:58:40 +00:00
|
|
|
+
|
|
|
|
+global:
|
|
|
|
+ systemDefaultRegistry: ""
|
2021-08-27 19:14:25 +00:00
|
|
|
+ clusterCIDRv4: ""
|
|
|
|
+ clusterCIDRv6: ""
|
2021-08-03 20:08:27 +00:00
|
|
|
+
|
2021-08-23 09:59:55 +00:00
|
|
|
+# Config required by Windows nodes
|
2021-08-03 20:08:27 +00:00
|
|
|
+ipamConfig:
|
|
|
|
+ strictAffinity: true
|
|
|
|
+ autoAllocateBlocks: true
|
2021-08-23 09:59:55 +00:00
|
|
|
+
|
|
|
|
+felixConfiguration:
|
2021-10-07 21:28:09 +00:00
|
|
|
+ wireguardEnabled: false
|
|
|
|
+ # Config required to fix RKE2 issue #1541
|
2021-08-23 09:59:55 +00:00
|
|
|
+ featureDetectOverride: "ChecksumOffloadBroken=true"
|