mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
kubernetes: document the final step for bridged networking
Having described all the setup describing the acgual usage seems useful! Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
92895c6c16
commit
b34aaee4db
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user