mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +07:00
Make the pod-cidr warning more obvious in the docs
This commit is contained in:
@@ -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 \
|
||||
@@ -216,8 +219,4 @@ docker container run --rm -it \
|
||||
--pod-cidr <ip-address-range> \
|
||||
--cloud-provider Azure \
|
||||
--interactive
|
||||
```
|
||||
|
||||
#### Additional Notes
|
||||
|
||||
- The Kubernetes `pod-cidr` must match the Azure Vnet of the hosts.
|
||||
```
|
||||
Reference in New Issue
Block a user