mirror of https://git.rancher.io/rke2-charts
49 lines
1.0 KiB
Diff
49 lines
1.0 KiB
Diff
--- charts-original/values.yaml
|
|
+++ charts/values.yaml
|
|
@@ -1,8 +1,25 @@
|
|
imagePullSecrets: {}
|
|
|
|
installation:
|
|
+ controlPlaneTolerations:
|
|
+ - key: "node-role.kubernetes.io/control-plane"
|
|
+ operator: "Exists"
|
|
+ effect: "NoSchedule"
|
|
+ - key: "node-role.kubernetes.io/etcd"
|
|
+ operator: "Exists"
|
|
+ effect: "NoExecute"
|
|
enabled: true
|
|
kubernetesProvider: ""
|
|
+ calicoNetwork:
|
|
+ bgp: Disabled
|
|
+ ipPools:
|
|
+ - natOutgoing: Enabled
|
|
+ encapsulation: VXLAN
|
|
+ cidr: 10.42.0.0/16
|
|
+ blockSize: 24
|
|
+ imagePath: "rancher"
|
|
+ imagePrefix: "mirrored-calico-"
|
|
+
|
|
|
|
certs:
|
|
node:
|
|
@@ -17,9 +34,16 @@
|
|
|
|
# Configuration for the tigera operator
|
|
tigeraOperator:
|
|
- image: tigera/operator
|
|
+ image: rancher/mirrored-calico-operator
|
|
version: v1.17.4
|
|
- registry: quay.io
|
|
+ registry: docker.io
|
|
calicoctl:
|
|
- image: quay.io/docker.io/calico/ctl
|
|
+ image: rancher/mirrored-calico-ctl
|
|
tag: v3.19.1
|
|
+
|
|
+global:
|
|
+ systemDefaultRegistry: ""
|
|
+
|
|
+ipamConfig:
|
|
+ strictAffinity: true
|
|
+ autoAllocateBlocks: true
|