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:
|
||||
name: default
|
||||
spec:
|
||||
wireguardEnabled: {{ .Values.felixConfiguration.wireguardEnabled }}
|
||||
featureDetectOverride: {{ .Values.felixConfiguration.featureDetectOverride }}
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
apiServer:
|
||||
enabled: true
|
||||
@@ -20,9 +36,23 @@
|
||||
@@ -20,9 +36,24 @@
|
||||
|
||||
# Configuration for the tigera operator
|
||||
tigeraOperator:
|
||||
|
@ -49,6 +49,7 @@
|
|||
+ strictAffinity: true
|
||||
+ autoAllocateBlocks: true
|
||||
+
|
||||
+# Config required to fix RKE2 issue #1541
|
||||
+felixConfiguration:
|
||||
+ wireguardEnabled: false
|
||||
+ # Config required to fix RKE2 issue #1541
|
||||
+ featureDetectOverride: "ChecksumOffloadBroken=true"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
url: https://github.com/projectcalico/calico/releases/download/v3.20.1/tigera-operator-v3.20.1.tgz
|
||||
packageVersion: 01
|
||||
packageVersion: 02
|
||||
additionalCharts:
|
||||
- workingDir: charts-crd
|
||||
crdOptions:
|
||||
|
|
Loading…
Reference in New Issue