From 92b803745ef5c00cc94c544b46aaac186e040f00 Mon Sep 17 00:00:00 2001 From: ollypom Date: Wed, 21 Nov 2018 11:14:42 +0000 Subject: [PATCH] Fixing a few nits :) Signed-off-by: ollypom --- datacenter/ucp/3.0/guides/admin/install/install-on-azure.md | 6 +++++- ee/ucp/admin/install/install-on-azure.md | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/datacenter/ucp/3.0/guides/admin/install/install-on-azure.md b/datacenter/ucp/3.0/guides/admin/install/install-on-azure.md index 42699129b5..1d256bf6c8 100644 --- a/datacenter/ucp/3.0/guides/admin/install/install-on-azure.md +++ b/datacenter/ucp/3.0/guides/admin/install/install-on-azure.md @@ -158,7 +158,9 @@ Follow the steps below to configure multiple IP addresses per VM NIC. docker swarm init ``` -2. Note the tokens for managers and workers. +2. Note the tokens for managers and workers. You may retrieve the join tokens + at any time by running `$ docker swarm join-token manager` or `$ docker swarm + join-token worker` on the manager node. 3. Join two other nodes on the cluster as manager (recommended for HA) by running: ```bash @@ -175,10 +177,12 @@ Follow the steps below to configure multiple IP addresses per VM NIC. creating the Service Principal. ``` + $ cat > azure_ucp_admin.toml <