Skip to content

Commit 1c39ca0

Browse files
authored
Merge pull request #75041 from bergerhoffer/OSDOCS-10117
OSDOCS#10117: Doc sweep for updating to Kubernetes 1.29
2 parents 4f4dbca + f6c4a51 commit 1c39ca0

File tree

49 files changed

+242
-242
lines changed

Some content is hidden

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

49 files changed

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

modules/aws-outposts-load-balancer-clb.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ $ oc get nodes -l <key_name>=<value>
6464
[source,terminal]
6565
----
6666
NAME STATUS ROLES AGE VERSION
67-
node1.example.com Ready worker 7h v1.28.5
68-
node2.example.com Ready worker 7h v1.28.5
69-
node3.example.com Ready worker 7h v1.28.5
67+
node1.example.com Ready worker 7h v1.29.4
68+
node2.example.com Ready worker 7h v1.29.4
69+
node3.example.com Ready worker 7h v1.29.4
7070
----
7171

7272
. Configure the Classic Load Balancer service by adding the cloud-based subnet information to the `annotations` field of the `Service` manifest:

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.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
203+
<ip_address_1>.<region>.compute.internal Ready worker 5h14m v1.29.4
204+
<ip_address_2>.<region>.compute.internal Ready master 5h19m v1.29.4
205+
<ip_address_3>.<region>.compute.internal Ready worker 7m v1.29.4
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.28.5
125+
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready, SchedulingDisabled master 133m v1.29.4
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.28.5
140+
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready master 133m v1.29.4
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.28.5-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.29.4-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.28.5
138+
rt-worker-0.example.com Ready worker,worker-rt 5d17h v1.29.4
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.28.5-99.rhaos4.10.gitc3131de.el8
140+
4.18.0-305.30.1.rt7.102.el8_4.x86_64 cri-o://1.29.4-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.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
26+
ip-10-0-128-92.us-east-2.compute.internal Ready master 5h21m v1.29.4
27+
ip-10-0-158-32.us-east-2.compute.internal Ready worker 5h17m v1.29.4
28+
ip-10-0-166-81.us-east-2.compute.internal Ready worker 5h17m v1.29.4
29+
ip-10-0-171-170.us-east-2.compute.internal Ready master 5h21m v1.29.4
30+
ip-10-0-197-35.us-east-2.compute.internal Ready master 5h22m v1.29.4
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.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
47+
ci-ln-47ltxtb-f76d1-mrffg-master-0 Ready master 42m v1.29.4
48+
ci-ln-47ltxtb-f76d1-mrffg-master-1 Ready master 42m v1.29.4
49+
ci-ln-47ltxtb-f76d1-mrffg-master-2 Ready master 42m v1.29.4
50+
ci-ln-47ltxtb-f76d1-mrffg-worker-a-gsxbz Ready worker 35m v1.29.4
51+
ci-ln-47ltxtb-f76d1-mrffg-worker-b-5qqdx Ready worker 35m v1.29.4
52+
ci-ln-47ltxtb-f76d1-mrffg-worker-c-rjkpq Ready worker 34m v1.29.4
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.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
168+
ip-10-0-148-79.us-west-1.compute.internal Ready worker 32m v1.29.4
169+
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.29.4
170+
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
171+
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
172+
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
173+
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.29.4
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.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
55+
ip-10-0-148-79.us-west-1.compute.internal Ready worker 32m v1.29.4
56+
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.29.4
57+
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
58+
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
59+
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
60+
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.29.4
6161
----
6262

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

0 commit comments

Comments
 (0)