++readme update
This commit is contained in:
parent
4a6ea20c35
commit
4ff049fa55
1 changed files with 6 additions and 1 deletions
|
@ -160,5 +160,10 @@ mount --make-shared /
|
||||||
mount --make-shared /
|
mount --make-shared /
|
||||||
mount --make-shared /sys
|
mount --make-shared /sys
|
||||||
sysctl net.ipv6.conf.eth0.accept_ra=2
|
sysctl net.ipv6.conf.eth0.accept_ra=2
|
||||||
|
modprobe br_netfilter
|
||||||
|
sysctl -p /etc/sysctl.d/99-Z-sysctl-cdist.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Docker based
|
||||||
|
|
||||||
|
* mount --make-shared /sys required for calico-node
|
||||||
|
|
Loading…
Reference in a new issue