From b34aaee4dbada1fbedc852360828692e8505bb68 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 29 Aug 2017 21:25:09 +0100 Subject: [PATCH] kubernetes: document the final step for bridged networking Having described all the setup describing the acgual usage seems useful! Signed-off-by: Ian Campbell --- projects/kubernetes/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/kubernetes/README.md b/projects/kubernetes/README.md index a5cd868d4..536b65402 100644 --- a/projects/kubernetes/README.md +++ b/projects/kubernetes/README.md @@ -85,6 +85,10 @@ brief you will need: `chmod u+s «PATH»`. - List the bridge created in the first step in `/etc/qemu/bridge.conf` with a line like `allow br0` (if your bridge is called `br0`). +- Set `KUBE_NETWORKING=bridge,«name»` e.g. + + KUBE_NETWORKING="bridge,br0" ./boot.sh + KUBE_NETWORKING="bridge,br0" ./boot.sh 1 «options» ## Configuration