Merge pull request #136 from manuelbuil/checksum-off

Pass featureDetectOverride
pull/137/head
Michal Rostecki 2021-08-23 17:23:18 +02:00 committed by GitHub
commit 6374d6fd8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,6 @@
apiVersion: crd.projectcalico.org/v1
kind: FelixConfiguration
metadata:
name: default
spec:
featureDetectOverride: {{ .Values.felixConfiguration.featureDetectOverride }}

View File

@ -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"

View File

@ -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: