Skip to content

Commit f8314ca

Browse files
authored
Merge pull request #76794 from jneczypor/OSDOCS-10780
OSDOCS-10780: Style fix: Sample to example
2 parents de3c770 + d3ec2d1 commit f8314ca

10 files changed

+19
-19
lines changed

cloud_experts_tutorials/cloud-experts-rosa-cloudwatch-sts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ EOF
226226
$ aws logs describe-log-groups --log-group-name-prefix rosa-${ROSA_CLUSTER_NAME}
227227
----
228228
+
229-
.Sample output
229+
.Example output
230230
+
231231
[source,c]
232232
----

cloud_experts_tutorials/rosa-mobb-prerequisites-tutorial.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ $ aws configure
107107
$ aws configure
108108
----
109109
+
110-
.Sample output
110+
.Example output
111111
[source,terminal]
112112
----
113113
AWS Access Key ID []:
@@ -127,7 +127,7 @@ $ aws sts get-caller-identity
127127
+
128128
You should receive output similar to the following:
129129
+
130-
.Sample output
130+
.Example output
131131
[source,terminal]
132132
----
133133
{

modules/rosa-creating-node-tuning.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ rosa create tuning-config -c <cluster_id> --name <name_of_tuning> --spec-path
2525
+
2626
You must supply the path to the `spec.json` file or the command returns an error.
2727
+
28-
.Sample output
28+
.Example output
2929
[source,terminal]
3030
----
3131
$ I: Tuning config 'sample-tuning' has been created on cluster 'cluster-example'.
@@ -45,7 +45,7 @@ You can specify the type of output you want for the configuration list.
4545
4646
** Without specifying the output type, you see the ID and name of the tuning configuration:
4747
+
48-
.Sample output without specifying output type
48+
.Example output without specifying output type
4949
[source,terminal]
5050
----
5151
ID NAME
@@ -59,7 +59,7 @@ ID NAME
5959
The following JSON output has hard line-returns for the sake of reading clarity. This JSON output is invalid unless you remove the newlines in the JSON strings.
6060
====
6161
+
62-
.Sample output specifying JSON output
62+
.Example output specifying JSON output
6363
[source,terminal]
6464
----
6565
[

modules/rosa-deleting-node-tuning.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ rosa delete tuning-config -c <cluster_id> <name_of_tuning>
3030
+
3131
The tuning configuration on the cluster is deleted
3232
+
33-
.Sample output
33+
.Example output
3434
[source,terminal]
3535
----
3636
? Are you sure you want to delete tuning config sample-tuning on cluster sample-cluster? Yes

modules/rosa-hcp-vpc-terraform.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $ export SUBNET_IDS=$(terraform output -raw cluster-subnets-string)
6666
$ echo $SUBNET_IDS
6767
----
6868
+
69-
.Sample output
69+
.Example output
7070
+
7171
[source,terminal]
7272
----

modules/rosa-modifying-node-tuning.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following items in this spec file are:
3131
<2> Provide the name of your tuning configuration.
3232
<3> Optionally, you can provide the output type. If you do not specify any outputs, you only see the ID and name of the tuning configuration.
3333
+
34-
.Sample output without specifying output type
34+
.Example output without specifying output type
3535
[source,terminal]
3636
----
3737
Name: sample-tuning
@@ -53,7 +53,7 @@ Spec: {
5353

5454
----
5555
+
56-
.Sample output specifying JSON output
56+
.Example output specifying JSON output
5757
[source,terminal]
5858
----
5959
{
@@ -95,7 +95,7 @@ In this command, you use the `spec.json` file to edit your configurations.
9595
$ rosa describe tuning-config -c <cluster_id> --name <name_of_tuning>
9696
----
9797
+
98-
.Sample output
98+
.Example output
9999
[source,terminal]
100100
----
101101
Name: sample-tuning

modules/rosa-operator-config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $ rosa create operator-roles --hosted-cp
4949
+
5050
You must include the `--hosted-cp` parameter to create the correct roles for {hcp-title} clusters. This command returns the following information.
5151
+
52-
.Sample output
52+
.Example output
5353
+
5454
[source,terminal]
5555
----
@@ -90,7 +90,7 @@ The Operator roles are now created and ready to use for creating your {hcp-title
9090
$ rosa list operator-roles
9191
----
9292
+
93-
.Sample output
93+
.Example output
9494
+
9595
[source,terminal]
9696
----

modules/rosa-sts-account-roles-terraform.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ $ terraform init
187187
$ terraform validate
188188
----
189189
+
190-
.Sample output
190+
.Example output
191191
+
192192
[source,terminal]
193193
----
@@ -219,7 +219,7 @@ If you used the `terraform plan` command first, you can provide your created `ac
219219
$ rosa list account-roles
220220
----
221221
+
222-
.Sample output
222+
.Example output
223223
224224
[source,terminal]
225225
----

modules/rosa-sts-byo-oidc-options.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Creates an OIDC configuration that is hosted under Red Hat's AWS account. This c
5454
$ rosa create oidc-config --managed
5555
----
5656

57-
.Sample output
57+
.Example output
5858
[source,terminal]
5959
----
6060
W: For a managed OIDC Config only auto mode is supported. However, you may choose the provider creation mode

modules/rosa-sts-ocm-and-user-role-troubleshooting.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
You may receive an error when trying to create a cluster using the {product-title} (ROSA) CLI, `rosa`.
1010

11-
.Sample output
11+
.Example output
1212
[source,terminal]
1313
----
1414
E: Failed to create cluster: The sts_user_role is not linked to account '1oNl'. Please create a user role and link it to the account.
@@ -29,7 +29,7 @@ After any user sets up an `ocm-role` IAM resource linked to a Red Hat account, a
2929
$ rosa list ocm-role
3030
----
3131
+
32-
.Sample output
32+
.Example output
3333
+
3434
[source,terminal]
3535
----
@@ -43,7 +43,7 @@ ManagedOpenShift-OCM-Role-1158 arn:aws:iam::2066:role/ManagedOpenShift-OCM-Role
4343
$ rosa list user-role
4444
----
4545
+
46-
.Sample output
46+
.Example output
4747
+
4848
[source,terminal]
4949
----

0 commit comments

Comments
 (0)