Skip to content

Commit 4518af4

Browse files
authored
Merge pull request #91344 from EricPonvelle/OSDOCS-13903_Repair-Broken-Formatting
OSDOCS-13903: Fixed formatting issues in ROSA
2 parents 09cc7ab + 9498ba9 commit 4518af4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/rosa-hcp-sts-creating-a-cluster-cli.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ When creating a {hcp-title} cluster, the default machine Classless Inter-Domain
3737
+
3838
* If you did not set environmental variables, run the following command:
3939
+
40-
--
4140
[source,terminal]
4241
----
4342
$ rosa create cluster --cluster-name=<cluster_name> \ <1>
@@ -47,6 +46,8 @@ $ rosa create cluster --cluster-name=<cluster_name> \ <1>
4746
--oidc-config-id <id-of-oidc-configuration> \
4847
--subnet-ids=<public-subnet-id>,<private-subnet-id>
4948
----
49+
+
50+
--
5051
<.> Specify the name of your cluster. If your cluster name is longer than 15 characters, it will contain an autogenerated domain prefix as a subdomain for your provisioned cluster on openshiftapps.com. To customize the subdomain, use the `--domain-prefix` flag. The domain prefix cannot be longer than 15 characters, must be unique, and cannot be changed after cluster creation.
5152
<.> Optional: The `--private` argument is used to create private {hcp-title} clusters. If you use this argument, ensure that you only use your private subnet ID for `--subnet-ids`.
5253
<.> By default, the cluster-specific Operator role names are prefixed with the cluster name and a random 4-digit hash. You can optionally specify a custom prefix to replace `<cluster_name>-<hash>` in the role names. The prefix is applied when you create the cluster-specific Operator IAM roles. For information about the prefix, see _About custom Operator IAM role prefixes_.

0 commit comments

Comments
 (0)