change the flag which controlls the cbr0's create

pull/2126/head
chentao1596 2017-01-04 09:16:51 +08:00
parent 10a57f1e61
commit b8b448fb63
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ We start Docker with:
DOCKER_OPTS="--bridge=cbr0 --iptables=false --ip-masq=false"
```
This bridge is created by Kubelet (controlled by the `--configure-cbr0=true`
This bridge is created by Kubelet (controlled by the `--network-plugin=kubenet`
flag) according to the `Node`'s `spec.podCIDR`.
Docker will now allocate IPs from the `cbr-cidr` block. Containers can reach