Make the pod-cidr warning more obvious in the docs

This commit is contained in:
ollypom 2019-03-19 18:36:27 +00:00
parent 517644a5ca
commit dbda110c43
No known key found for this signature in database
GPG Key ID: 2E6D9F4EBCB6B160
1 changed files with 4 additions and 5 deletions

View File

@ -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.
```