Updated calico chart to expose felix config properties exposed in canal chart

pull/277/head
ron1 2022-06-23 21:39:20 -04:00
parent 4a6069cd85
commit c4ba0d539d
3 changed files with 15 additions and 1 deletions

View File

@ -6,3 +6,10 @@ spec:
wireguardEnabled: {{ .Values.felixConfiguration.wireguardEnabled }}
featureDetectOverride: {{ .Values.felixConfiguration.featureDetectOverride }}
healthPort: {{ .Values.felixConfiguration.healthPort }}
defaultEndpointToHostAction: {{ .Values.felixConfiguration.defaultEndpointToHostAction }}
failsafeInboundHostPorts: {{ .Values.felixConfiguration.failsafeInboundHostPorts }}
failsafeOutboundHostPorts: {{ .Values.felixConfiguration.failsafeOutboundHostPorts }}
iptablesRefreshInterval: {{ .Values.felixConfiguration.iptablesRefreshInterval }}
iptablesBackend: {{ .Values.felixConfiguration.iptablesBackend }}
logSeveritySys: {{ .Values.felixConfiguration.logSeveritySys }}
xdpEnabled: {{ .Values.felixConfiguration.xdpEnabled }}

View File

@ -54,3 +54,10 @@
+ # Config required to fix RKE2 issue #1541
+ featureDetectOverride: "ChecksumOffloadBroken=true"
+ healthPort: 9099
+ defaultEndpointToHostAction: Drop
+ failsafeInboundHostPorts: ""
+ failsafeOutboundHostPorts: ""
+ iptablesRefreshInterval: 90s
+ iptablesBackend: auto
+ logSeveritySys: Info
+ xdpEnabled: true

View File

@ -1,5 +1,5 @@
url: https://github.com/projectcalico/calico/releases/download/v3.23.1/tigera-operator-v3.23.1.tgz
packageVersion: 03
packageVersion: 04
additionalCharts:
- workingDir: charts-crd
crdOptions: