Skip to content

Commit a537c41

Browse files
authored
Merge pull request #51372 from bergerhoffer/OSDOCS-4096-examples
OSDOCS-4096: Bumping 1.24 to 1.25 throughout doc set
2 parents 88d92c3 + 7ca8b7a commit a537c41

File tree

48 files changed

+240
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+240
-243
lines changed

_unused_topics/looking-inside-nodes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ $ oc get nodes
1414
1515
NAME STATUS ROLES AGE VERSION
1616
17-
ip-10-0-0-1.us-east-2.compute.internal Ready worker 3h19m v1.24.0
17+
ip-10-0-0-1.us-east-2.compute.internal Ready worker 3h19m v1.25.0
1818
19-
ip-10-0-0-39.us-east-2.compute.internal Ready master 3h37m v1.24.0
19+
ip-10-0-0-39.us-east-2.compute.internal Ready master 3h37m v1.25.0
2020
2121
2222

_unused_topics/understanding-workers-masters.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ To see which workers and masters are running on your cluster, type:
1313
$ oc get nodes
1414
1515
NAME STATUS ROLES AGE VERSION
16-
ip-10-0-0-1.us-east-2.compute.internal Ready worker 4h20m v1.24.0
17-
ip-10-0-0-2.us-east-2.compute.internal Ready master 4h39m v1.24.0
18-
ip-10-0-0.3.us-east-2.compute.internal Ready worker 4h20m v1.24.0
19-
ip-10-0-0-4.us-east-2.compute.internal Ready master 4h39m v1.24.0
20-
ip-10-0-0-5.us-east-2.compute.internal Ready master 4h39m v1.24.0
21-
ip-10-0-0-6.us-east-2.compute.internal Ready worker 4h20m v1.24.0
16+
ip-10-0-0-1.us-east-2.compute.internal Ready worker 4h20m v1.25.0
17+
ip-10-0-0-2.us-east-2.compute.internal Ready master 4h39m v1.25.0
18+
ip-10-0-0.3.us-east-2.compute.internal Ready worker 4h20m v1.25.0
19+
ip-10-0-0-4.us-east-2.compute.internal Ready master 4h39m v1.25.0
20+
ip-10-0-0-5.us-east-2.compute.internal Ready master 4h39m v1.25.0
21+
ip-10-0-0-6.us-east-2.compute.internal Ready worker 4h20m v1.25.0
2222
----
2323

2424
To see more information about internal and external IP addresses, the type of operating system ({op-system}), kernel version, and container runtime (CRI-O), add the `-o wide` option.
@@ -27,7 +27,7 @@ To see more information about internal and external IP addresses, the type of op
2727
$ oc get nodes -o wide
2828
2929
NAME                                       STATUS ROLES  AGE  VERSION  INTERNAL-IP   EXTERNAL-IP  OS-IMAGE             KERNEL-VERSION             CONTAINER-RUNTIME
30-
ip-10-0-134-252.us-east-2.compute.internal Ready worker 17h v1.24.0 10.0.134.252 <none> Red Hat CoreOS 4.0 3.10.0-957.5.1.el7.x86_64 cri-o://1.24.0-1.rhaos4.0.git2f0cb0d.el7
30+
ip-10-0-134-252.us-east-2.compute.internal Ready worker 17h v1.25.0 10.0.134.252 <none> Red Hat CoreOS 4.0 3.10.0-957.5.1.el7.x86_64 cri-o://1.25.0-1.rhaos4.0.git2f0cb0d.el7
3131
3232
....
3333
----

metering/configuring_metering/metering-common-config-options.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ $ oc get nodes
156156
[source,terminal]
157157
----
158158
NAME STATUS ROLES AGE VERSION
159-
ip-10-0-147-106.us-east-2.compute.internal Ready master 14h v1.24.0
160-
ip-10-0-150-175.us-east-2.compute.internal Ready worker 14h v1.24.0
161-
ip-10-0-175-23.us-east-2.compute.internal Ready master 14h v1.24.0
162-
ip-10-0-189-6.us-east-2.compute.internal Ready worker 14h v1.24.0
163-
ip-10-0-205-158.us-east-2.compute.internal Ready master 14h v1.24.0
164-
ip-10-0-210-167.us-east-2.compute.internal Ready worker 14h v1.24.0
159+
ip-10-0-147-106.us-east-2.compute.internal Ready master 14h v1.25.0
160+
ip-10-0-150-175.us-east-2.compute.internal Ready worker 14h v1.25.0
161+
ip-10-0-175-23.us-east-2.compute.internal Ready master 14h v1.25.0
162+
ip-10-0-189-6.us-east-2.compute.internal Ready worker 14h v1.25.0
163+
ip-10-0-205-158.us-east-2.compute.internal Ready master 14h v1.25.0
164+
ip-10-0-210-167.us-east-2.compute.internal Ready worker 14h v1.25.0
165165
----
166166
--
167167

modules/ai-adding-worker-nodes-to-cluster.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,6 @@ $ oc get nodes
315315
[source,terminal]
316316
----
317317
NAME STATUS ROLES AGE VERSION
318-
control-plane-1.example.com Ready master,worker 56m v1.24.0+beaaed6
319-
compute-1.example.com Ready worker 11m v1.24.0+beaaed6
318+
control-plane-1.example.com Ready master,worker 56m v1.25.0
319+
compute-1.example.com Ready worker 11m v1.25.0
320320
----

modules/capi-machine-set-creating.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ NAME CLUSTER READY VPC BASTION IP
115115
<cluster_name> <cluster_name> true
116116
----
117117

118-
. Create a YAML file that contains the machine template CR and is named `<machine_template_resource_file>.yaml`.
118+
. Create a YAML file that contains the machine template CR and is named `<machine_template_resource_file>.yaml`.
119119

120120
. Create the machine template CR by running the following command:
121121
+
@@ -142,7 +142,7 @@ NAME AGE
142142
<template_name> 77m
143143
----
144144

145-
. Create a YAML file that contains the machine set CR and is named `<machine_set_resource_file>.yaml`.
145+
. Create a YAML file that contains the machine set CR and is named `<machine_set_resource_file>.yaml`.
146146

147147
. Create the machine set CR by running the following command:
148148
+
@@ -200,7 +200,7 @@ $ oc get node
200200
[source,terminal]
201201
----
202202
NAME STATUS ROLES AGE VERSION
203-
<ip_address_1>.<region>.compute.internal Ready worker 5h14m v1.24.0+284d62a
204-
<ip_address_2>.<region>.compute.internal Ready master 5h19m v1.24.0+284d62a
205-
<ip_address_3>.<region>.compute.internal Ready worker 7m v1.24.0+284d62a
206-
----
203+
<ip_address_1>.<region>.compute.internal Ready worker 5h14m v1.25.0
204+
<ip_address_2>.<region>.compute.internal Ready master 5h19m v1.25.0
205+
<ip_address_3>.<region>.compute.internal Ready worker 7m v1.25.0
206+
----

modules/cleaning-crio-storage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $ oc get nodes
118118
+
119119
----
120120
NAME STATUS ROLES AGE VERSION
121-
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready, SchedulingDisabled master 133m v1.24.0
121+
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready, SchedulingDisabled master 133m v1.25.0
122122
----
123123
+
124124
. Mark the node schedulable. You will know that the scheduling is enabled when `SchedulingDisabled` is no longer in status:
@@ -133,5 +133,5 @@ $ oc adm uncordon <nodename>
133133
+
134134
----
135135
NAME STATUS ROLES AGE VERSION
136-
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready master 133m v1.24.0
136+
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready master 133m v1.25.0
137137
----

modules/cnf-provisioning-real-time-and-low-latency-workloads.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,16 @@ Use this command to verify that the real-time kernel is installed:
128128
$ oc get node -o wide
129129
----
130130

131-
Note the worker with the role `worker-rt` that contains the string `4.18.0-305.30.1.rt7.102.el8_4.x86_64 cri-o://1.24.0-99.rhaos4.10.gitc3131de.el8`:
131+
Note the worker with the role `worker-rt` that contains the string `4.18.0-305.30.1.rt7.102.el8_4.x86_64 cri-o://1.25.0-99.rhaos4.10.gitc3131de.el8`:
132132

133133
[source,terminal]
134134
----
135135
NAME STATUS ROLES AGE VERSION INTERNAL-IP
136136
EXTERNAL-IP OS-IMAGE KERNEL-VERSION
137137
CONTAINER-RUNTIME
138-
rt-worker-0.example.com Ready worker,worker-rt 5d17h v1.24.0
138+
rt-worker-0.example.com Ready worker,worker-rt 5d17h v1.25.0
139139
128.66.135.107 <none> Red Hat Enterprise Linux CoreOS 46.82.202008252340-0 (Ootpa)
140-
4.18.0-305.30.1.rt7.102.el8_4.x86_64 cri-o://1.24.0-99.rhaos4.10.gitc3131de.el8
140+
4.18.0-305.30.1.rt7.102.el8_4.x86_64 cri-o://1.25.0-99.rhaos4.10.gitc3131de.el8
141141
[...]
142142
----
143143

modules/compliance-apply-remediation-for-customized-mcp.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ $ oc get nodes
2323
[source,terminal]
2424
----
2525
NAME STATUS ROLES AGE VERSION
26-
ip-10-0-128-92.us-east-2.compute.internal Ready master 5h21m v1.24.0
27-
ip-10-0-158-32.us-east-2.compute.internal Ready worker 5h17m v1.24.0
28-
ip-10-0-166-81.us-east-2.compute.internal Ready worker 5h17m v1.24.0
29-
ip-10-0-171-170.us-east-2.compute.internal Ready master 5h21m v1.24.0
30-
ip-10-0-197-35.us-east-2.compute.internal Ready master 5h22m v1.24.0
26+
ip-10-0-128-92.us-east-2.compute.internal Ready master 5h21m v1.25.0
27+
ip-10-0-158-32.us-east-2.compute.internal Ready worker 5h17m v1.25.0
28+
ip-10-0-166-81.us-east-2.compute.internal Ready worker 5h17m v1.25.0
29+
ip-10-0-171-170.us-east-2.compute.internal Ready master 5h21m v1.25.0
30+
ip-10-0-197-35.us-east-2.compute.internal Ready master 5h22m v1.25.0
3131
----
3232

3333
. Add a label to nodes.

modules/connected-to-disconnected-verify.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ $ oc get nodes
4444
[source,terminal]
4545
----
4646
NAME STATUS ROLES AGE VERSION
47-
ci-ln-47ltxtb-f76d1-mrffg-master-0 Ready master 42m v1.24.0
48-
ci-ln-47ltxtb-f76d1-mrffg-master-1 Ready master 42m v1.24.0
49-
ci-ln-47ltxtb-f76d1-mrffg-master-2 Ready master 42m v1.24.0
50-
ci-ln-47ltxtb-f76d1-mrffg-worker-a-gsxbz Ready worker 35m v1.24.0
51-
ci-ln-47ltxtb-f76d1-mrffg-worker-b-5qqdx Ready worker 35m v1.24.0
52-
ci-ln-47ltxtb-f76d1-mrffg-worker-c-rjkpq Ready worker 34m v1.24.0
47+
ci-ln-47ltxtb-f76d1-mrffg-master-0 Ready master 42m v1.25.0
48+
ci-ln-47ltxtb-f76d1-mrffg-master-1 Ready master 42m v1.25.0
49+
ci-ln-47ltxtb-f76d1-mrffg-master-2 Ready master 42m v1.25.0
50+
ci-ln-47ltxtb-f76d1-mrffg-worker-a-gsxbz Ready worker 35m v1.25.0
51+
ci-ln-47ltxtb-f76d1-mrffg-worker-b-5qqdx Ready worker 35m v1.25.0
52+
ci-ln-47ltxtb-f76d1-mrffg-worker-c-rjkpq Ready worker 34m v1.25.0
5353
----

modules/dr-restoring-cluster-state.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,14 @@ $ oc get nodes -w
158158
[source,terminal]
159159
----
160160
NAME STATUS ROLES AGE VERSION
161-
host-172-25-75-28 Ready master 3d20h v1.24.0
162-
host-172-25-75-38 Ready infra,worker 3d20h v1.24.0
163-
host-172-25-75-40 Ready master 3d20h v1.24.0
164-
host-172-25-75-65 Ready master 3d20h v1.24.0
165-
host-172-25-75-74 Ready infra,worker 3d20h v1.24.0
166-
host-172-25-75-79 Ready worker 3d20h v1.24.0
167-
host-172-25-75-86 Ready worker 3d20h v1.24.0
168-
host-172-25-75-98 Ready infra,worker 3d20h v1.24.0
161+
host-172-25-75-28 Ready master 3d20h v1.25.0
162+
host-172-25-75-38 Ready infra,worker 3d20h v1.25.0
163+
host-172-25-75-40 Ready master 3d20h v1.25.0
164+
host-172-25-75-65 Ready master 3d20h v1.25.0
165+
host-172-25-75-74 Ready infra,worker 3d20h v1.25.0
166+
host-172-25-75-79 Ready worker 3d20h v1.25.0
167+
host-172-25-75-86 Ready worker 3d20h v1.25.0
168+
host-172-25-75-98 Ready infra,worker 3d20h v1.25.0
169169
----
170170
+
171171
It can take several minutes for all nodes to report their state.

0 commit comments

Comments
 (0)