Merge pull request #2462 from ijc/kubernetes-doc-bridge-networking

kubernetes: document the final step for bridged networking
This commit is contained in:
Ian Campbell 2017-08-29 23:40:48 +01:00 committed by GitHub
commit 95031cd358

View File

@ -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