mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +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
|
modprobe -- nf_conntrack_ipv4
|
||||||
|
|
||||||
# to check loaded modules, use
|
# to check loaded modules, use
|
||||||
lsmod | grep -e ipvs -e nf_conntrack_ipv4
|
lsmod | grep -e ip_vs -e nf_conntrack_ipv4
|
||||||
# or
|
# or
|
||||||
cut -f1 -d " " /proc/modules | grep -e ip_vs -e nf_conntrack_ipv4
|
cut -f1 -d " " /proc/modules | grep -e ip_vs -e nf_conntrack_ipv4
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user