mirror of
https://github.com/teamserverless/k8s-on-raspbian.git
synced 2025-01-18 03:55:30 +00:00
Minor update
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
e35379486b
commit
17e19fa848
6
GUIDE.md
6
GUIDE.md
@ -73,6 +73,12 @@ Change 100 for 101, 102, 103 etc.
|
||||
|
||||
You may also need to make a reservation on your router's DHCP table so these addresses don't get given out to other devices on your network.
|
||||
|
||||
* Enable `bridge-nf-call-iptables`
|
||||
|
||||
```sh
|
||||
sudo sysctl net.bridge.bridge-nf-call-iptables=1
|
||||
```
|
||||
|
||||
* Install Docker
|
||||
|
||||
This installs 17.12 or newer.
|
||||
|
@ -72,6 +72,7 @@ Submit your cluster and description by creating a GitHub issue.
|
||||
* ["Kubernetes on Raspbian" broken-up into bash scripts with a custom laser-cut design](https://kubecloud.io/setup-a-kubernetes-1-9-0-raspberry-pi-cluster-on-raspbian-using-kubeadm-f8b3b85bc2d1) by Kasper Nissen
|
||||
* ["Kubernetes on Raspbian" with Packer](https://blog.codybunch.com/2018/01/05/OpenFaaS-on-Kubernetes-on-Raspberry-Pi/) by Cody Bunch
|
||||
* ["Kubernetes on Raspbian" adapted for HypriotOS](https://gist.github.com/elafargue/a822458ab1fe7849eff0a47bb512546f) by Edouard Lafargue
|
||||
* [Make your very own Kubernetes cluster from Raspberry PI](https://medium.com/nycdev/k8s-on-pi-9cc14843d43) - unattributed, copy/paste from this guide/repository
|
||||
|
||||
### Contributions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user