mirror of https://git.rancher.io/rke2-charts
commit
6374d6fd8a
|
@ -0,0 +1,6 @@
|
|||
apiVersion: crd.projectcalico.org/v1
|
||||
kind: FelixConfiguration
|
||||
metadata:
|
||||
name: default
|
||||
spec:
|
||||
featureDetectOverride: {{ .Values.felixConfiguration.featureDetectOverride }}
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
certs:
|
||||
node:
|
||||
@@ -17,9 +33,16 @@
|
||||
@@ -17,9 +33,21 @@
|
||||
|
||||
# Configuration for the tigera operator
|
||||
tigeraOperator:
|
||||
|
@ -42,6 +42,11 @@
|
|||
+global:
|
||||
+ systemDefaultRegistry: ""
|
||||
+
|
||||
+# Config required by Windows nodes
|
||||
+ipamConfig:
|
||||
+ strictAffinity: true
|
||||
+ autoAllocateBlocks: true
|
||||
+
|
||||
+# Config required to fix RKE2 issue #1541
|
||||
+felixConfiguration:
|
||||
+ featureDetectOverride: "ChecksumOffloadBroken=true"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
url: https://github.com/projectcalico/calico/releases/download/v3.19.2/tigera-operator-v3.19.2-2.tgz
|
||||
packageVersion: 02
|
||||
packageVersion: 03
|
||||
additionalCharts:
|
||||
- workingDir: charts-crd
|
||||
crdOptions:
|
||||
|
|
Loading…
Reference in New Issue