Skip to content

Commit 23d91cd

Browse files
authored
Merge pull request #44349 from bscott-rh/BZ-1949557
BZ-1949557 Added note about consequences if bootstrap machine is not deleted
2 parents 6e2dd0c + a353061 commit 23d91cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/installation-azure-user-infra-wait-for-bootstrap.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ $ az storage blob delete --account-key ${ACCOUNT_KEY} --account-name ${CLUSTER_N
6262
$ az network public-ip delete -g ${RESOURCE_GROUP} --name ${INFRA_ID}-bootstrap-ssh-pip
6363
----
6464

65+
[NOTE]
66+
====
67+
If you do not delete the bootstrap server, installation may not succeed due to API traffic being routed to the bootstrap server.
68+
====
69+
6570
ifeval::["{context}" == "installing-azure-user-infra"]
6671
:!azure:
6772
:!cp: Azure

0 commit comments

Comments
 (0)