From 17e19fa848c8d81857d06aed7951db55a697f1d0 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Sun, 1 Dec 2019 19:57:18 +0000 Subject: [PATCH] Minor update Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- GUIDE.md | 6 ++++++ README.md | 1 + 2 files changed, 7 insertions(+) diff --git a/GUIDE.md b/GUIDE.md index 8b5c52d..b8f6513 100644 --- a/GUIDE.md +++ b/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. diff --git a/README.md b/README.md index 9e518be..c26427c 100644 --- a/README.md +++ b/README.md @@ -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