mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #83677 from HotelsDotCom/kube-proxy-README
Bugfix kube-proxy README file to list ipvs modules, closes #83676
This commit is contained in:
commit
bbe71214a6
@ -302,7 +302,7 @@ modprobe -- ip_vs_sh
|
||||
modprobe -- nf_conntrack_ipv4
|
||||
|
||||
# to check loaded modules, use
|
||||
lsmod | grep -e ipvs -e nf_conntrack_ipv4
|
||||
lsmod | grep -e ip_vs -e nf_conntrack_ipv4
|
||||
# or
|
||||
cut -f1 -d " " /proc/modules | grep -e ip_vs -e nf_conntrack_ipv4
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user