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
|
||||
IP address of the master node.
|
||||
|
||||
> Note: The `pod-cidr` range must be within an Azure subnet attached to the
|
||||
> host.
|
||||
|
||||
```bash
|
||||
docker container run --rm -it \
|
||||
--name ucp \
|
||||
|
|
@ -217,7 +220,3 @@ docker container run --rm -it \
|
|||
--cloud-provider Azure \
|
||||
--interactive
|
||||
```
|
||||
|
||||
#### Additional Notes
|
||||
|
||||
- The Kubernetes `pod-cidr` must match the Azure Vnet of the hosts.
|
||||
|
|
|
|||
Loading…
Reference in New Issue