2021-04-29 13:54:44 +00:00
|
|
|
--- charts-original/values.yaml
|
|
|
|
+++ charts/values.yaml
|
2024-02-09 16:52:30 +00:00
|
|
|
@@ -6,8 +6,21 @@
|
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
|
2022-09-13 20:37:59 +00:00
|
|
|
+ kubeletVolumePluginPath: "None"
|
2024-02-09 16:52:30 +00:00
|
|
|
kubernetesProvider: ""
|
2021-04-29 13:54:44 +00:00
|
|
|
+ calicoNetwork:
|
|
|
|
+ bgp: Disabled
|
2021-06-03 08:14:41 +00:00
|
|
|
+ imagePath: "rancher"
|
|
|
|
+ imagePrefix: "mirrored-calico-"
|
2022-05-13 09:10:20 +00:00
|
|
|
+ flexVolumePath: "/var/lib/kubelet/volumeplugins/"
|
2024-02-09 16:52:30 +00:00
|
|
|
# imagePullSecrets are configured on all images deployed by the tigera-operator.
|
|
|
|
# secrets specified here must exist in the tigera-operator namespace; they won't be created by the operator or helm.
|
|
|
|
# imagePullSecrets are a slice of LocalObjectReferences, which is the same format they appear as on deployments.
|
|
|
|
@@ -16,7 +29,7 @@
|
|
|
|
imagePullSecrets: []
|
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:
|
2024-02-12 16:56:03 +00:00
|
|
|
@@ -51,11 +64,30 @@
|
2021-04-30 17:40:07 +00:00
|
|
|
|
2022-09-13 09:30:48 +00:00
|
|
|
# Image and registry configuration for the tigera/operator pod.
|
2021-04-30 17:40:07 +00:00
|
|
|
tigeraOperator:
|
|
|
|
- image: tigera/operator
|
2022-03-08 10:59:12 +00:00
|
|
|
+ image: rancher/mirrored-calico-operator
|
2024-03-06 11:01:04 +00:00
|
|
|
version: v1.32.5
|
2022-05-11 16:37:47 +00:00
|
|
|
- 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
|
2024-03-06 11:01:04 +00:00
|
|
|
tag: v3.27.2
|
2024-02-09 16:52:30 +00:00
|
|
|
|
2024-02-12 11:18:32 +00:00
|
|
|
-kubeletVolumePluginPath: /var/lib/kubelet
|
2024-02-12 16:56:03 +00:00
|
|
|
+kubeletVolumePluginPath: "None"
|
|
|
|
+
|
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"
|
2022-05-19 19:40:29 +00:00
|
|
|
+ healthPort: 9099
|
2022-09-13 20:37:59 +00:00
|
|
|
+ defaultEndpointToHostAction: "Drop"
|
|
|
|
+ logSeveritySys: "Info"
|
2022-08-31 14:50:25 +00:00
|
|
|
+ xdpEnabled: true
|