Skip to content

Commit 4fcf38e

Browse files
committed
Fixes #6
Removed legacy fack option and explicitly state kernal 4+ dependency in settings.
1 parent f4555f2 commit 4fcf38e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

helmfile/charts/kconmon/templates/agent/daemonset.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ spec:
6161
sysctl -w net.ipv4.tcp_max_syn_backlog=3240000
6262
sysctl -w net.ipv4.tcp_timestamps=0
6363
sysctl -w net.ipv4.tcp_sack=0
64-
sysctl -w net.ipv4.tcp_fack=0
6564
imagePullPolicy: IfNotPresent
6665
image: "{{ required "Please specify the docker image" .Values.docker.image }}:{{ .Values.docker.tag | default .Chart.Version }}"
6766
securityContext:

helmfile/charts/kconmon/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ docker:
22
image: stono/kconmon
33

44
# Should we run an initContainer that enables core tcp connection setting tweaks
5+
# Note: This requires kernel 4+
56
enableTcpTweaks: true
67

78
config:

0 commit comments

Comments
 (0)