Skip to content

Commit 82c885f

Browse files
committed
OSDOCS-14662:more edits.
1 parent fd18c01 commit 82c885f

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

modules/create-wif-cluster-ocm.adoc

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
[role="_abstract"]
1111
Follow the steps in this procedure to create an {product-title} cluster on {gcp-full} using Workload Identity Federation (WIF) for authentication through the {cluster-manager} web console
1212

13+
.Prerequisites
14+
15+
* You have created a WIF configuration. For more information, see "Creating a Workload Identity Federation configuration".
16+
* You have access to the {cluster-manager} web console. For more information, see _Accessing OpenShift Cluster Manager_ in the _Additional resources_ section.
17+
1318
.Procedure
1419

1520
. Log in to {cluster-manager-url} and click *Create cluster* on the {product-title} card.
@@ -33,26 +38,7 @@ Workload Identity Federation (WIF), {gcp-full}'s recommended method of authentic
3338
.. Read and complete all the required prerequisites.
3439
3540
.. Click the checkbox indicating that you have read and completed all the required prerequisites.
36-
37-
+
38-
. To create a new WIF configuration, open a terminal window and run the following OCM CLI command.
39-
+
40-
41-
[source,terminal]
42-
----
43-
$ ocm gcp create wif-config --name <wif_name> \ <1>
44-
--project <gcp_project_id> \ <2>
45-
--version <osd_version> <3>
46-
--federated-project <gcp_project_id> <4>
47-
----
48-
<1> Replace `<wif_name>` with the name of your WIF configuration.
49-
<2> Replace `<gcp_project_id>` with the ID of the {GCP} project where the WIF configuration will be implemented.
50-
<3> Optional: Replace `<osd_version>` with the desired {product-title} version the wif-config will need to support. If you do not specify a version, the wif-config will support the latest {product-title} y-stream version as well as the last three supported {product-title} y-stream versions (beginning with version 4.17).
51-
<4> Optional: Replace `<gcp_project_id>` with the ID of the dedicated project where the workload identity pools and providers will be created and managed. If `--federated-project` is not specified, the workload identity pools and providers will be created and managed in the project specified by the `--project flag`.
52-
+
53-
. Select a configured WIF configuration from the *WIF configuration* drop-down list. If you want to select the WIF configuration you created in the last step, click *Refresh* first.
54-
+
55-
41+
. Select a configured WIF configuration from the *WIF configuration* drop-down list.
5642
. Click *Next*.
5743
. On the *Details* page, provide a name for your cluster and specify the cluster details:
5844
.. In the *Cluster name* field, enter a name for your cluster.

osd_gcp_clusters/creating-a-gcp-cluster-with-workload-identity-federation.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ include::modules/wif-overview.adoc[leveloffset=+1]
1212
include::modules/wif-requirements.adoc[leveloffset=+1]
1313
include::modules/create-wif-configuration.adoc[leveloffset=+1]
1414
include::modules/create-wif-cluster-ocm.adoc[leveloffset=+1]
15+
16+
.Additional resources
17+
18+
* xref:../ocm/ocm-overview.adoc#accessing_ocm[Accessing OpenShift Cluster Manager].
19+
1520
include::modules/create-wif-cluster-cli.adoc[leveloffset=+1]
1621
include::modules/ocm-cli-list-wif-commands.adoc[leveloffset=+1]
1722
include::modules/wif-configuration-update.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)