mirror of
https://github.com/alexellis/k8s-on-raspbian.git
synced 2026-09-12 23:41:18 +02:00
Added note re ip_forward
Signed-off-by: Chris Buckett <chrisbuckett@gmail.com>
This commit is contained in:
@@ -75,10 +75,20 @@ You may also need to make a reservation on your router's DHCP table so these add
|
||||
|
||||
* Enable `bridge-nf-call-iptables`
|
||||
|
||||
|
||||
```sh
|
||||
sudo sysctl net.bridge.bridge-nf-call-iptables=1
|
||||
```
|
||||
|
||||
and
|
||||
```
|
||||
sudo sysctl net.ipv4.ip_forward=1
|
||||
```
|
||||
|
||||
You might need to run `sudo modprobe br_netfilter` if the either of the above commands gives an error.
|
||||
|
||||
|
||||
|
||||
* Install Docker
|
||||
|
||||
This installs 17.12 or newer.
|
||||
|
||||
Reference in New Issue
Block a user