Skip to content

Commit 8c975ad

Browse files
committed
Update Manually Creating IAM module
1 parent ca879bd commit 8c975ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/manually-create-iam-ibm-cloud.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,18 @@ If your cluster uses Technology Preview features that are enabled by the `TechPr
171171
172172
If an incorrect resource group name is provided, the installation fails during the bootstrap phase. To find the correct resource group name, run the following command:
173173
174+
ifdef::ibm-vpc[]
174175
[source,terminal]
175176
----
176177
$ grep resourceGroupName <installation_directory>/manifests/cluster-infrastructure-02-config.yml
177178
----
179+
endif::ibm-vpc[]
180+
ifdef::ibm-power-vs[]
181+
[source,terminal]
182+
----
183+
$ grep resourceGroup <installation_directory>/manifests/cluster-infrastructure-02-config.yml
184+
----
185+
endif::ibm-power-vs[]
178186
====
179187
--
180188

0 commit comments

Comments
 (0)