Skip to content

Commit a3b6727

Browse files
committed
OSDOCS-6498: Bumping kube versions from 1.26 to 1.27 for OCP 4.14
1 parent d4efe73 commit a3b6727

File tree

51 files changed

+252
-252
lines changed

Some content is hidden

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

51 files changed

+252
-252
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.26.0
160-
ip-10-0-150-175.us-east-2.compute.internal Ready worker 14h v1.26.0
161-
ip-10-0-175-23.us-east-2.compute.internal Ready master 14h v1.26.0
162-
ip-10-0-189-6.us-east-2.compute.internal Ready worker 14h v1.26.0
163-
ip-10-0-205-158.us-east-2.compute.internal Ready master 14h v1.26.0
164-
ip-10-0-210-167.us-east-2.compute.internal Ready worker 14h v1.26.0
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
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.26.0
319-
compute-1.example.com Ready worker 11m v1.26.0
318+
control-plane-1.example.com Ready master,worker 56m v1.27.3
319+
compute-1.example.com Ready worker 11m v1.27.3
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.26.0
204-
<ip_address_2>.<region>.compute.internal Ready master 5h19m v1.26.0
205-
<ip_address_3>.<region>.compute.internal Ready worker 7m v1.26.0
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
206206
----

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

modules/coreos-layering-configuring.adoc

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

174174
. 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.26.0
56-
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.26.0
57-
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.26.0
58-
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.26.0
59-
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.26.0
60-
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.26.0
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
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.26.0
166-
host-172-25-75-38 Ready infra,worker 3d20h v1.26.0
167-
host-172-25-75-40 Ready master 3d20h v1.26.0
168-
host-172-25-75-65 Ready master 3d20h v1.26.0
169-
host-172-25-75-74 Ready infra,worker 3d20h v1.26.0
170-
host-172-25-75-79 Ready worker 3d20h v1.26.0
171-
host-172-25-75-86 Ready worker 3d20h v1.26.0
172-
host-172-25-75-98 Ready infra,worker 3d20h v1.26.0
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
173173
----
174174
+
175175
It can take several minutes for all nodes to report their state.

0 commit comments

Comments
 (0)