From 4bab7f6ab383d58fc4e773a9f10ba70a4b70dd2c Mon Sep 17 00:00:00 2001 From: Alex Seymour Date: Mon, 20 Aug 2018 10:56:57 +0200 Subject: [PATCH] Correct IP_COUNT environment variable name Should be IP_COUNT not IPCOUNT per https://github.com/ddebroy/az-nic-ips/blob/master/src/azip/main.go --- ee/ucp/admin/install/install-on-azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/ucp/admin/install/install-on-azure.md b/ee/ucp/admin/install/install-on-azure.md index a49867950f..568eda70e8 100644 --- a/ee/ucp/admin/install/install-on-azure.md +++ b/ee/ucp/admin/install/install-on-azure.md @@ -126,7 +126,7 @@ Follow the steps below to configure multiple IP addresses per VM NIC. --secret=azure_ucp_admin.toml \ --log-driver json-file \ --log-opt max-size=1m \ - --env IPCOUNT=128 \ + --env IP_COUNT=128 \ --name ipallocator \ --constraint "node.platform.os == linux" \ docker4x/az-nic-ips