kubernetes/cluster/addons/kube-proxy
Yuxiang Zhu eeab4a60f7 Load kernel modules automatically inside a kube-proxy pod
This change will mount `/lib/modules` on host to the kube-proxy pod,
so that a kube-proxy pod can load kernel modules by need
or when `modprobe <kmod>` is run inside the pod.

This will be convenient for kube-proxy running in IPVS mode.
Users will don't have to run `modprobe ip_vs` on nodes before starting
a kube-proxy pod.
2017-10-09 15:47:03 +08:00
..
kube-proxy-ds.yaml Load kernel modules automatically inside a kube-proxy pod 2017-10-09 15:47:03 +08:00
kube-proxy-rbac.yaml Add kube-proxy daemonset as a cluster addon. 2017-08-24 18:56:00 -07:00
OWNERS Fix kube-proxy addon OWNERS file 2017-09-26 18:20:02 -07:00