We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4555f2 commit 4fcf38eCopy full SHA for 4fcf38e
helmfile/charts/kconmon/templates/agent/daemonset.yaml
@@ -61,7 +61,6 @@ spec:
61
sysctl -w net.ipv4.tcp_max_syn_backlog=3240000
62
sysctl -w net.ipv4.tcp_timestamps=0
63
sysctl -w net.ipv4.tcp_sack=0
64
- sysctl -w net.ipv4.tcp_fack=0
65
imagePullPolicy: IfNotPresent
66
image: "{{ required "Please specify the docker image" .Values.docker.image }}:{{ .Values.docker.tag | default .Chart.Version }}"
67
securityContext:
helmfile/charts/kconmon/values.yaml
@@ -2,6 +2,7 @@ docker:
2
image: stono/kconmon
3
4
# Should we run an initContainer that enables core tcp connection setting tweaks
5
+# Note: This requires kernel 4+
6
enableTcpTweaks: true
7
8
config:
0 commit comments