Merge pull request from chentao1596/check-gce-cbr0

change the flag which controlls the cbr0's create
reviewable/pr2302/r1
Andrew Chen 2017-01-23 10:32:53 -08:00 committed by GitHub
commit 621c895de1
1 changed files with 1 additions and 1 deletions
docs/admin

View File

@ -129,7 +129,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