mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
Merge pull request #2462 from ijc/kubernetes-doc-bridge-networking
kubernetes: document the final step for bridged networking
This commit is contained in:
commit
95031cd358
@ -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