You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation-launching-installer.adoc
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -364,8 +364,7 @@ For production {product-title} clusters on which you want to perform installatio
364
364
====
365
365
ifdef::aws[]
366
366
.. Select *aws* as the platform to target.
367
-
.. If you do not have an Amazon Web Services (AWS) profile stored on your computer, enter the AWS
368
-
access key ID and secret access key for the user that you configured to run the
367
+
.. If you do not have an Amazon Web Services (AWS) profile stored on your computer, enter the AWS access key ID and secret access key for the user that you configured to run the
369
368
installation program.
370
369
+
371
370
[NOTE]
@@ -377,8 +376,7 @@ The AWS access key ID and secret access key are stored in `~/.aws/credentials` i
377
376
endif::aws[]
378
377
ifdef::azure,ash[]
379
378
.. Select *azure* as the platform to target.
380
-
.. If you do not have a Microsoft Azure profile stored on your computer, specify the
381
-
following Azure parameter values for your subscription and service principal:
379
+
.. If the installation program cannot locate the `osServicePrincipal.json` configuration file, which contains Microsoft Azure profile information, in the `~/.azure/` directory on your computer, the installer prompts you to specify the following Azure parameter values for your subscription and service principal.
382
380
*** *azure subscription id*: The subscription ID to use for the cluster.
383
381
Specify the `id` value in your account output.
384
382
****azure tenant id*: The tenant ID. Specify the `tenantId` value in your
@@ -387,6 +385,12 @@ account output.
387
385
for the service principal.
388
386
****azure service principal client secret*: The value of the `password`
389
387
parameter for the service principal.
388
+
+
389
+
[IMPORTANT]
390
+
====
391
+
After you enter values for the previously listed parameters, the installation program creates a `osServicePrincipal.json` configuration file and stores this file in
392
+
the `~/.azure/` directory on your computer. These actions ensure that the installation program can load the profile when it is creating an {product-title} cluster on the target platform.
393
+
====
390
394
.. Select the region to deploy the cluster to.
391
395
.. Select the base domain to deploy the cluster to. The base domain corresponds
392
396
to the Azure DNS Zone that you created for your cluster.
0 commit comments