Skip to content

Commit c41b149

Browse files
committed
cross project
1 parent e422212 commit c41b149

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/create-wif-cluster-cli.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ Alternatively, you can use the `manual` mode. In `manual` mode, you are provided
4646
$ ocm gcp create wif-config --name <wif_name> \ <1>
4747
--project <gcp_project_id> \ <2>
4848
--version <osd_version> <3>
49+
--federated project <gcp_project_id> <4>
4950
----
5051
<1> Replace `<wif_name>` with the name of your WIF configuration.
5152
<2> Replace `<gcp_project_id>` with the ID of the {GCP} project where the WIF configuration will be implemented.
5253
<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).
54+
<4> Optional: Replace `<gcp_project_id>` with the identifier for the Google Cloud project where the federated pool will be created. If `--federated-project` is not specified, the federated pool will also be created on the project specified by the `--project flag`.
5355
+
5456
--
5557
.Example output

0 commit comments

Comments
 (0)