Skip to content

Commit

Permalink
prevent kube-proxy from messing the conntrack sys
Browse files Browse the repository at this point in the history
  • Loading branch information
rarescosma committed Oct 15, 2021
1 parent 03b1324 commit 7530a35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/units/kube-proxy
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ExecStart=/kube/bin/kube-proxy \
--master=http://${MASTER0_IP}:8080 \
--kubeconfig=/kube/auth/kubelet_kubeconfig \
--proxy-mode=iptables \
--conntrack-max-per-core=0 \
--masquerade-all \
--v=2

Expand Down

0 comments on commit 7530a35

Please sign in to comment.