mirror of https://git.rancher.io/rke2-charts
Allow enabling Calico WireGuard encryption
Provide Helm values and templates to allow easy Helm-based configuration of Calico WireGuard encryption. Signed-off-by: Matt Nikkel <matt.nikkel@rancherfederal.com>pull/169/head
parent
523e39ac18
commit
63c6ad9005
|
@ -3,4 +3,5 @@ kind: FelixConfiguration
|
||||||
metadata:
|
metadata:
|
||||||
name: default
|
name: default
|
||||||
spec:
|
spec:
|
||||||
|
wireguardEnabled: {{ .Values.felixConfiguration.wireguardEnabled }}
|
||||||
featureDetectOverride: {{ .Values.felixConfiguration.featureDetectOverride }}
|
featureDetectOverride: {{ .Values.felixConfiguration.featureDetectOverride }}
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
apiServer:
|
apiServer:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -20,9 +36,23 @@
|
@@ -20,9 +36,24 @@
|
||||||
|
|
||||||
# Configuration for the tigera operator
|
# Configuration for the tigera operator
|
||||||
tigeraOperator:
|
tigeraOperator:
|
||||||
|
@ -49,6 +49,7 @@
|
||||||
+ strictAffinity: true
|
+ strictAffinity: true
|
||||||
+ autoAllocateBlocks: true
|
+ autoAllocateBlocks: true
|
||||||
+
|
+
|
||||||
+# Config required to fix RKE2 issue #1541
|
|
||||||
+felixConfiguration:
|
+felixConfiguration:
|
||||||
|
+ wireguardEnabled: false
|
||||||
|
+ # Config required to fix RKE2 issue #1541
|
||||||
+ featureDetectOverride: "ChecksumOffloadBroken=true"
|
+ featureDetectOverride: "ChecksumOffloadBroken=true"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
url: https://github.com/projectcalico/calico/releases/download/v3.20.1/tigera-operator-v3.20.1.tgz
|
url: https://github.com/projectcalico/calico/releases/download/v3.20.1/tigera-operator-v3.20.1.tgz
|
||||||
packageVersion: 01
|
packageVersion: 02
|
||||||
additionalCharts:
|
additionalCharts:
|
||||||
- workingDir: charts-crd
|
- workingDir: charts-crd
|
||||||
crdOptions:
|
crdOptions:
|
||||||
|
|
Loading…
Reference in New Issue