Skip to content

Instantly share code, notes, and snippets.

@jay-johnson
Last active September 2, 2018 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jay-johnson/c136b1646e1741b56653611a6c2dc713 to your computer and use it in GitHub Desktop.
Save jay-johnson/c136b1646e1741b56653611a6c2dc713 to your computer and use it in GitHub Desktop.
kube-proxy kernel modules for kubernetes on Centos 7 - add these lines to /etc/modules-load.d/ip_vs.conf - testing proposed values from https://github.com/kubernetes/kubernetes/issues/60869 with docs https://github.com/kubernetes/kubernetes/tree/master/pkg/proxy/ipvs#run-kube-proxy-in-ipvs-mode
ip_vs
ip_vs_rr
ip_vs_wrr
ip_vs_sh
nf_conntrack_ipv4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment