Skip to content

Commit

Permalink
helm: Get rid of unused ipMasqAgent.syncPeriod
Browse files Browse the repository at this point in the history
The Cilium's ip-masq-agent has switched to fsnotify instead of polling,
so the option is no longer used.

Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb authored and tgraf committed May 11, 2020
1 parent c5e8444 commit 36977aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -297,7 +297,6 @@ data:
{{- end }}
{{- if and .Values.global.ipMasqAgent .Values.global.ipMasqAgent.enabled }}
enable-ip-masq-agent: "true"
ip-masq-agent-sync-period: {{ .Values.global.ipMasqAgent.syncPeriod | quote }}
{{- end }}

{{- if .Values.global.encryption.enabled }}
Expand Down
1 change: 0 additions & 1 deletion install/kubernetes/cilium/values.yaml
Expand Up @@ -129,7 +129,6 @@ global:
# ipMasqAgent enables and controls BPF ip-masq-agent
ipMasqAgent:
enabled: false
syncPeriod: 60s

# autoDirectNodeRoutes enables installation of PodCIDR routes between worker
# nodes if worker nodes share a common L2 network segment.
Expand Down

0 comments on commit 36977aa

Please sign in to comment.