diff --git a/helmfile/charts/kconmon/templates/agent/daemonset.yaml b/helmfile/charts/kconmon/templates/agent/daemonset.yaml index 223862b..b6d3ee5 100644 --- a/helmfile/charts/kconmon/templates/agent/daemonset.yaml +++ b/helmfile/charts/kconmon/templates/agent/daemonset.yaml @@ -61,7 +61,6 @@ spec: sysctl -w net.ipv4.tcp_max_syn_backlog=3240000 sysctl -w net.ipv4.tcp_timestamps=0 sysctl -w net.ipv4.tcp_sack=0 - sysctl -w net.ipv4.tcp_fack=0 imagePullPolicy: IfNotPresent image: "{{ required "Please specify the docker image" .Values.docker.image }}:{{ .Values.docker.tag | default .Chart.Version }}" securityContext: diff --git a/helmfile/charts/kconmon/values.yaml b/helmfile/charts/kconmon/values.yaml index eab2ff1..5400d7b 100644 --- a/helmfile/charts/kconmon/values.yaml +++ b/helmfile/charts/kconmon/values.yaml @@ -2,6 +2,7 @@ docker: image: stono/kconmon # Should we run an initContainer that enables core tcp connection setting tweaks +# Note: This requires kernel 4+ enableTcpTweaks: true config: