mirror of https://github.com/docker/docs.git
Make the pod-cidr warning more obvious in the docs
This commit is contained in:
parent
517644a5ca
commit
dbda110c43
|
|
@ -207,6 +207,9 @@ The `--pod-cidr` option maps to the IP address range that you configured for
|
||||||
the subnets in the previous sections, and the `--host-address` maps to the
|
the subnets in the previous sections, and the `--host-address` maps to the
|
||||||
IP address of the master node.
|
IP address of the master node.
|
||||||
|
|
||||||
|
> Note: The `pod-cidr` range must be within an Azure subnet attached to the
|
||||||
|
> host.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker container run --rm -it \
|
docker container run --rm -it \
|
||||||
--name ucp \
|
--name ucp \
|
||||||
|
|
@ -217,7 +220,3 @@ docker container run --rm -it \
|
||||||
--cloud-provider Azure \
|
--cloud-provider Azure \
|
||||||
--interactive
|
--interactive
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Additional Notes
|
|
||||||
|
|
||||||
- The Kubernetes `pod-cidr` must match the Azure Vnet of the hosts.
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue