Skip to content

Commit

Permalink
Fixes #6
Browse files Browse the repository at this point in the history
Removed legacy fack option and explicitly state kernal 4+ dependency in settings.
  • Loading branch information
Stono committed Jul 27, 2020
1 parent f4555f2 commit 4fcf38e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion helmfile/charts/kconmon/templates/agent/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions helmfile/charts/kconmon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4fcf38e

Please sign in to comment.