Remove references to ddebroy/azip (#6596)

This commit is contained in:
Deep Debroy 2018-04-30 10:54:04 -07:00 committed by Gwendolynne Barr
parent 40cf403a1b
commit dec3a784d8
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ Follow the steps below to configure multiple IP addresses per VM NIC.
docker secret create azure_ucp_admin.toml azure_ucp_admin.toml
```
8. Create a global swarm service using the [ddebroy/azip](https://hub.docker.com/r/ddebroy/azip/)
8. Create a global swarm service using the [docker4x/az-nic-ips](https://hub.docker.com/r/docker4x/az-nic-ips/)
image on Docker Hub. Use the Swarm secret to prepopulate the virtual machines
with the desired number of IP addresses per VM from the VNET pool. Set the
number of IPs to allocate to each VM through the IPCOUNT environment variable.
@ -129,7 +129,7 @@ Follow the steps below to configure multiple IP addresses per VM NIC.
--env IPCOUNT=128 \
--name ipallocator \
--constraint "node.platform.os == linux" \
ddebroy/azip
docker4x/az-nic-ips
```
[Install UCP on the cluster](#install-ucp-on-the-cluster).