Skip to content

Commit 232e611

Browse files
authored
Merge pull request #69920 from bergerhoffer/OSDOCS-8967
OSDOCS#8967: Doc set sweep to change 1.27 to 1.28
2 parents 44cc6bb + a155c91 commit 232e611

File tree

52 files changed

+240
-241
lines changed

Some content is hidden

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

52 files changed

+240
-241
lines changed

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.27.3
160-
ip-10-0-150-175.us-east-2.compute.internal Ready worker 14h v1.27.3
161-
ip-10-0-175-23.us-east-2.compute.internal Ready master 14h v1.27.3
162-
ip-10-0-189-6.us-east-2.compute.internal Ready worker 14h v1.27.3
163-
ip-10-0-205-158.us-east-2.compute.internal Ready master 14h v1.27.3
164-
ip-10-0-210-167.us-east-2.compute.internal Ready worker 14h v1.27.3
159+
ip-10-0-147-106.us-east-2.compute.internal Ready master 14h v1.28.5
160+
ip-10-0-150-175.us-east-2.compute.internal Ready worker 14h v1.28.5
161+
ip-10-0-175-23.us-east-2.compute.internal Ready master 14h v1.28.5
162+
ip-10-0-189-6.us-east-2.compute.internal Ready worker 14h v1.28.5
163+
ip-10-0-205-158.us-east-2.compute.internal Ready master 14h v1.28.5
164+
ip-10-0-210-167.us-east-2.compute.internal Ready worker 14h v1.28.5
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.27.3
319-
compute-1.example.com Ready worker 11m v1.27.3
318+
control-plane-1.example.com Ready master,worker 56m v1.28.5
319+
compute-1.example.com Ready worker 11m v1.28.5
320320
----

modules/capi-machine-set-creating.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.27.3
204-
<ip_address_2>.<region>.compute.internal Ready master 5h19m v1.27.3
205-
<ip_address_3>.<region>.compute.internal Ready worker 7m v1.27.3
203+
<ip_address_1>.<region>.compute.internal Ready worker 5h14m v1.28.5
204+
<ip_address_2>.<region>.compute.internal Ready master 5h19m v1.28.5
205+
<ip_address_3>.<region>.compute.internal Ready worker 7m v1.28.5
206206
----

modules/cleaning-crio-storage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ $ oc get nodes
122122
+
123123
----
124124
NAME STATUS ROLES AGE VERSION
125-
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready, SchedulingDisabled master 133m v1.27.3
125+
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready, SchedulingDisabled master 133m v1.28.5
126126
----
127127
+
128128
. Mark the node schedulable. You will know that the scheduling is enabled when `SchedulingDisabled` is no longer in status:
@@ -137,5 +137,5 @@ $ oc adm uncordon <node_name>
137137
+
138138
----
139139
NAME STATUS ROLES AGE VERSION
140-
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready master 133m v1.27.3
140+
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready master 133m v1.28.5
141141
----

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.27.3-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.28.5-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.27.3
138+
rt-worker-0.example.com Ready worker,worker-rt 5d17h v1.28.5
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.27.3-99.rhaos4.10.gitc3131de.el8
140+
4.18.0-305.30.1.rt7.102.el8_4.x86_64 cri-o://1.28.5-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 -n openshift-compliance
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.27.3
27-
ip-10-0-158-32.us-east-2.compute.internal Ready worker 5h17m v1.27.3
28-
ip-10-0-166-81.us-east-2.compute.internal Ready worker 5h17m v1.27.3
29-
ip-10-0-171-170.us-east-2.compute.internal Ready master 5h21m v1.27.3
30-
ip-10-0-197-35.us-east-2.compute.internal Ready master 5h22m v1.27.3
26+
ip-10-0-128-92.us-east-2.compute.internal Ready master 5h21m v1.28.5
27+
ip-10-0-158-32.us-east-2.compute.internal Ready worker 5h17m v1.28.5
28+
ip-10-0-166-81.us-east-2.compute.internal Ready worker 5h17m v1.28.5
29+
ip-10-0-171-170.us-east-2.compute.internal Ready master 5h21m v1.28.5
30+
ip-10-0-197-35.us-east-2.compute.internal Ready master 5h22m v1.28.5
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.27.3
48-
ci-ln-47ltxtb-f76d1-mrffg-master-1 Ready master 42m v1.27.3
49-
ci-ln-47ltxtb-f76d1-mrffg-master-2 Ready master 42m v1.27.3
50-
ci-ln-47ltxtb-f76d1-mrffg-worker-a-gsxbz Ready worker 35m v1.27.3
51-
ci-ln-47ltxtb-f76d1-mrffg-worker-b-5qqdx Ready worker 35m v1.27.3
52-
ci-ln-47ltxtb-f76d1-mrffg-worker-c-rjkpq Ready worker 34m v1.27.3
47+
ci-ln-47ltxtb-f76d1-mrffg-master-0 Ready master 42m v1.28.5
48+
ci-ln-47ltxtb-f76d1-mrffg-master-1 Ready master 42m v1.28.5
49+
ci-ln-47ltxtb-f76d1-mrffg-master-2 Ready master 42m v1.28.5
50+
ci-ln-47ltxtb-f76d1-mrffg-worker-a-gsxbz Ready worker 35m v1.28.5
51+
ci-ln-47ltxtb-f76d1-mrffg-worker-b-5qqdx Ready worker 35m v1.28.5
52+
ci-ln-47ltxtb-f76d1-mrffg-worker-c-rjkpq Ready worker 34m v1.28.5
5353
----

modules/coreos-layering-configuring.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@ $ oc get nodes
165165
[source,terminal]
166166
----
167167
NAME STATUS ROLES AGE VERSION
168-
ip-10-0-148-79.us-west-1.compute.internal Ready worker 32m v1.27.3
169-
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.27.3
170-
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.27.3
171-
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.27.3
172-
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.27.3
173-
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.27.3
168+
ip-10-0-148-79.us-west-1.compute.internal Ready worker 32m v1.28.5
169+
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.28.5
170+
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.28.5
171+
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.28.5
172+
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.28.5
173+
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.28.5
174174
----
175175

176176
. When the node is back in the `Ready` state, check that the node is using the custom layered image:

modules/coreos-layering-removing.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ $ oc get nodes
5252
[source,terminal]
5353
----
5454
NAME STATUS ROLES AGE VERSION
55-
ip-10-0-148-79.us-west-1.compute.internal Ready worker 32m v1.27.3
56-
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.27.3
57-
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.27.3
58-
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.27.3
59-
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.27.3
60-
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.27.3
55+
ip-10-0-148-79.us-west-1.compute.internal Ready worker 32m v1.28.5
56+
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.28.5
57+
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.28.5
58+
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.28.5
59+
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.28.5
60+
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.28.5
6161
----
6262

6363
. When the node is back in the `Ready` state, check that the node is using the base image:

modules/dr-restoring-cluster-state.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,14 @@ $ oc get nodes -w
162162
[source,terminal]
163163
----
164164
NAME STATUS ROLES AGE VERSION
165-
host-172-25-75-28 Ready master 3d20h v1.27.3
166-
host-172-25-75-38 Ready infra,worker 3d20h v1.27.3
167-
host-172-25-75-40 Ready master 3d20h v1.27.3
168-
host-172-25-75-65 Ready master 3d20h v1.27.3
169-
host-172-25-75-74 Ready infra,worker 3d20h v1.27.3
170-
host-172-25-75-79 Ready worker 3d20h v1.27.3
171-
host-172-25-75-86 Ready worker 3d20h v1.27.3
172-
host-172-25-75-98 Ready infra,worker 3d20h v1.27.3
165+
host-172-25-75-28 Ready master 3d20h v1.28.5
166+
host-172-25-75-38 Ready infra,worker 3d20h v1.28.5
167+
host-172-25-75-40 Ready master 3d20h v1.28.5
168+
host-172-25-75-65 Ready master 3d20h v1.28.5
169+
host-172-25-75-74 Ready infra,worker 3d20h v1.28.5
170+
host-172-25-75-79 Ready worker 3d20h v1.28.5
171+
host-172-25-75-86 Ready worker 3d20h v1.28.5
172+
host-172-25-75-98 Ready infra,worker 3d20h v1.28.5
173173
----
174174
+
175175
It can take several minutes for all nodes to report their state.

0 commit comments

Comments
 (0)