Skip to content

Commit

Permalink
OSDOCS#10117: Doc sweep for updating to Kubernetes 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
bergerhoffer authored and openshift-cherrypick-robot committed May 6, 2024
1 parent 331da4e commit 0578297
Show file tree
Hide file tree
Showing 49 changed files with 242 additions and 242 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@ $ oc get nodes
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ip-10-0-147-106.us-east-2.compute.internal Ready master 14h v1.28.5
ip-10-0-150-175.us-east-2.compute.internal Ready worker 14h v1.28.5
ip-10-0-175-23.us-east-2.compute.internal Ready master 14h v1.28.5
ip-10-0-189-6.us-east-2.compute.internal Ready worker 14h v1.28.5
ip-10-0-205-158.us-east-2.compute.internal Ready master 14h v1.28.5
ip-10-0-210-167.us-east-2.compute.internal Ready worker 14h v1.28.5
ip-10-0-147-106.us-east-2.compute.internal Ready master 14h v1.29.4
ip-10-0-150-175.us-east-2.compute.internal Ready worker 14h v1.29.4
ip-10-0-175-23.us-east-2.compute.internal Ready master 14h v1.29.4
ip-10-0-189-6.us-east-2.compute.internal Ready worker 14h v1.29.4
ip-10-0-205-158.us-east-2.compute.internal Ready master 14h v1.29.4
ip-10-0-210-167.us-east-2.compute.internal Ready worker 14h v1.29.4
----
--

Expand Down
4 changes: 2 additions & 2 deletions modules/ai-adding-worker-nodes-to-cluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,6 @@ $ oc get nodes
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
control-plane-1.example.com Ready master,worker 56m v1.28.5
compute-1.example.com Ready worker 11m v1.28.5
control-plane-1.example.com Ready master,worker 56m v1.29.4
compute-1.example.com Ready worker 11m v1.29.4
----
6 changes: 3 additions & 3 deletions modules/aws-outposts-load-balancer-clb.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ $ oc get nodes -l <key_name>=<value>
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
node1.example.com Ready worker 7h v1.28.5
node2.example.com Ready worker 7h v1.28.5
node3.example.com Ready worker 7h v1.28.5
node1.example.com Ready worker 7h v1.29.4
node2.example.com Ready worker 7h v1.29.4
node3.example.com Ready worker 7h v1.29.4
----

. Configure the Classic Load Balancer service by adding the cloud-based subnet information to the `annotations` field of the `Service` manifest:
Expand Down
6 changes: 3 additions & 3 deletions modules/capi-machine-set-creating.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ $ oc get node
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
<ip_address_1>.<region>.compute.internal Ready worker 5h14m v1.28.5
<ip_address_2>.<region>.compute.internal Ready master 5h19m v1.28.5
<ip_address_3>.<region>.compute.internal Ready worker 7m v1.28.5
<ip_address_1>.<region>.compute.internal Ready worker 5h14m v1.29.4
<ip_address_2>.<region>.compute.internal Ready master 5h19m v1.29.4
<ip_address_3>.<region>.compute.internal Ready worker 7m v1.29.4
----
4 changes: 2 additions & 2 deletions modules/cleaning-crio-storage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ $ oc get nodes
+
----
NAME STATUS ROLES AGE VERSION
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready, SchedulingDisabled master 133m v1.28.5
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready, SchedulingDisabled master 133m v1.29.4
----
+
. Mark the node schedulable. You will know that the scheduling is enabled when `SchedulingDisabled` is no longer in status:
Expand All @@ -137,5 +137,5 @@ $ oc adm uncordon <node_name>
+
----
NAME STATUS ROLES AGE VERSION
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready master 133m v1.28.5
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready master 133m v1.29.4
----
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,16 @@ Use this command to verify that the real-time kernel is installed:
$ oc get node -o wide
----

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`:
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`:

[source,terminal]
----
NAME STATUS ROLES AGE VERSION INTERNAL-IP
EXTERNAL-IP OS-IMAGE KERNEL-VERSION
CONTAINER-RUNTIME
rt-worker-0.example.com Ready worker,worker-rt 5d17h v1.28.5
rt-worker-0.example.com Ready worker,worker-rt 5d17h v1.29.4
128.66.135.107 <none> Red Hat Enterprise Linux CoreOS 46.82.202008252340-0 (Ootpa)
4.18.0-305.30.1.rt7.102.el8_4.x86_64 cri-o://1.28.5-99.rhaos4.10.gitc3131de.el8
4.18.0-305.30.1.rt7.102.el8_4.x86_64 cri-o://1.29.4-99.rhaos4.10.gitc3131de.el8
[...]
----

Expand Down
10 changes: 5 additions & 5 deletions modules/compliance-apply-remediation-for-customized-mcp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ $ oc get nodes -n openshift-compliance
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ip-10-0-128-92.us-east-2.compute.internal Ready master 5h21m v1.28.5
ip-10-0-158-32.us-east-2.compute.internal Ready worker 5h17m v1.28.5
ip-10-0-166-81.us-east-2.compute.internal Ready worker 5h17m v1.28.5
ip-10-0-171-170.us-east-2.compute.internal Ready master 5h21m v1.28.5
ip-10-0-197-35.us-east-2.compute.internal Ready master 5h22m v1.28.5
ip-10-0-128-92.us-east-2.compute.internal Ready master 5h21m v1.29.4
ip-10-0-158-32.us-east-2.compute.internal Ready worker 5h17m v1.29.4
ip-10-0-166-81.us-east-2.compute.internal Ready worker 5h17m v1.29.4
ip-10-0-171-170.us-east-2.compute.internal Ready master 5h21m v1.29.4
ip-10-0-197-35.us-east-2.compute.internal Ready master 5h22m v1.29.4
----

. Add a label to nodes.
Expand Down
12 changes: 6 additions & 6 deletions modules/connected-to-disconnected-verify.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ $ oc get nodes
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ci-ln-47ltxtb-f76d1-mrffg-master-0 Ready master 42m v1.28.5
ci-ln-47ltxtb-f76d1-mrffg-master-1 Ready master 42m v1.28.5
ci-ln-47ltxtb-f76d1-mrffg-master-2 Ready master 42m v1.28.5
ci-ln-47ltxtb-f76d1-mrffg-worker-a-gsxbz Ready worker 35m v1.28.5
ci-ln-47ltxtb-f76d1-mrffg-worker-b-5qqdx Ready worker 35m v1.28.5
ci-ln-47ltxtb-f76d1-mrffg-worker-c-rjkpq Ready worker 34m v1.28.5
ci-ln-47ltxtb-f76d1-mrffg-master-0 Ready master 42m v1.29.4
ci-ln-47ltxtb-f76d1-mrffg-master-1 Ready master 42m v1.29.4
ci-ln-47ltxtb-f76d1-mrffg-master-2 Ready master 42m v1.29.4
ci-ln-47ltxtb-f76d1-mrffg-worker-a-gsxbz Ready worker 35m v1.29.4
ci-ln-47ltxtb-f76d1-mrffg-worker-b-5qqdx Ready worker 35m v1.29.4
ci-ln-47ltxtb-f76d1-mrffg-worker-c-rjkpq Ready worker 34m v1.29.4
----
12 changes: 6 additions & 6 deletions modules/coreos-layering-configuring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ $ oc get nodes
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ip-10-0-148-79.us-west-1.compute.internal Ready worker 32m v1.28.5
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.28.5
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.28.5
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.28.5
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.28.5
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.28.5
ip-10-0-148-79.us-west-1.compute.internal Ready worker 32m v1.29.4
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.29.4
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.29.4
----

. When the node is back in the `Ready` state, check that the node is using the custom layered image:
Expand Down
12 changes: 6 additions & 6 deletions modules/coreos-layering-removing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ $ oc get nodes
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ip-10-0-148-79.us-west-1.compute.internal Ready worker 32m v1.28.5
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.28.5
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.28.5
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.28.5
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.28.5
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.28.5
ip-10-0-148-79.us-west-1.compute.internal Ready worker 32m v1.29.4
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.29.4
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.29.4
----

. When the node is back in the `Ready` state, check that the node is using the base image:
Expand Down
16 changes: 8 additions & 8 deletions modules/dr-restoring-cluster-state.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -235,14 +235,14 @@ $ oc get nodes -w
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
host-172-25-75-28 Ready master 3d20h v1.28.5
host-172-25-75-38 Ready infra,worker 3d20h v1.28.5
host-172-25-75-40 Ready master 3d20h v1.28.5
host-172-25-75-65 Ready master 3d20h v1.28.5
host-172-25-75-74 Ready infra,worker 3d20h v1.28.5
host-172-25-75-79 Ready worker 3d20h v1.28.5
host-172-25-75-86 Ready worker 3d20h v1.28.5
host-172-25-75-98 Ready infra,worker 3d20h v1.28.5
host-172-25-75-28 Ready master 3d20h v1.29.4
host-172-25-75-38 Ready infra,worker 3d20h v1.29.4
host-172-25-75-40 Ready master 3d20h v1.29.4
host-172-25-75-65 Ready master 3d20h v1.29.4
host-172-25-75-74 Ready infra,worker 3d20h v1.29.4
host-172-25-75-79 Ready worker 3d20h v1.29.4
host-172-25-75-86 Ready worker 3d20h v1.29.4
host-172-25-75-98 Ready infra,worker 3d20h v1.29.4
----
+
It can take several minutes for all nodes to report their state.
Expand Down
24 changes: 12 additions & 12 deletions modules/graceful-restart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ The control plane nodes are ready if the status is `Ready`, as shown in the foll
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ip-10-0-168-251.ec2.internal Ready master 75m v1.28.5
ip-10-0-170-223.ec2.internal Ready master 75m v1.28.5
ip-10-0-211-16.ec2.internal Ready master 75m v1.28.5
ip-10-0-168-251.ec2.internal Ready master 75m v1.29.4
ip-10-0-170-223.ec2.internal Ready master 75m v1.29.4
ip-10-0-211-16.ec2.internal Ready master 75m v1.29.4
----

. If the control plane nodes are _not_ ready, then check whether there are any pending certificate signing requests (CSRs) that must be approved.
Expand Down Expand Up @@ -76,9 +76,9 @@ The worker nodes are ready if the status is `Ready`, as shown in the following o
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ip-10-0-179-95.ec2.internal Ready worker 64m v1.28.5
ip-10-0-182-134.ec2.internal Ready worker 64m v1.28.5
ip-10-0-250-100.ec2.internal Ready worker 64m v1.28.5
ip-10-0-179-95.ec2.internal Ready worker 64m v1.29.4
ip-10-0-182-134.ec2.internal Ready worker 64m v1.29.4
ip-10-0-250-100.ec2.internal Ready worker 64m v1.29.4
----

. If the worker nodes are _not_ ready, then check whether there are any pending certificate signing requests (CSRs) that must be approved.
Expand Down Expand Up @@ -142,12 +142,12 @@ Check that the status for all nodes is `Ready`.
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ip-10-0-168-251.ec2.internal Ready master 82m v1.28.5
ip-10-0-170-223.ec2.internal Ready master 82m v1.28.5
ip-10-0-179-95.ec2.internal Ready worker 70m v1.28.5
ip-10-0-182-134.ec2.internal Ready worker 70m v1.28.5
ip-10-0-211-16.ec2.internal Ready master 82m v1.28.5
ip-10-0-250-100.ec2.internal Ready worker 69m v1.28.5
ip-10-0-168-251.ec2.internal Ready master 82m v1.29.4
ip-10-0-170-223.ec2.internal Ready master 82m v1.29.4
ip-10-0-179-95.ec2.internal Ready worker 70m v1.29.4
ip-10-0-182-134.ec2.internal Ready worker 70m v1.29.4
ip-10-0-211-16.ec2.internal Ready master 82m v1.29.4
ip-10-0-250-100.ec2.internal Ready worker 69m v1.29.4
----

If the cluster did not start properly, you might need to restore your cluster using an etcd backup.
12 changes: 6 additions & 6 deletions modules/images-configuration-file.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ $ oc get nodes
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ip-10-0-137-182.us-east-2.compute.internal Ready,SchedulingDisabled worker 65m v1.28.5
ip-10-0-139-120.us-east-2.compute.internal Ready,SchedulingDisabled control-plane 74m v1.28.5
ip-10-0-176-102.us-east-2.compute.internal Ready control-plane 75m v1.28.5
ip-10-0-188-96.us-east-2.compute.internal Ready worker 65m v1.28.5
ip-10-0-200-59.us-east-2.compute.internal Ready worker 63m v1.28.5
ip-10-0-223-123.us-east-2.compute.internal Ready control-plane 73m v1.28.5
ip-10-0-137-182.us-east-2.compute.internal Ready,SchedulingDisabled worker 65m v1.29.4
ip-10-0-139-120.us-east-2.compute.internal Ready,SchedulingDisabled control-plane 74m v1.29.4
ip-10-0-176-102.us-east-2.compute.internal Ready control-plane 75m v1.29.4
ip-10-0-188-96.us-east-2.compute.internal Ready worker 65m v1.29.4
ip-10-0-200-59.us-east-2.compute.internal Ready worker 63m v1.29.4
ip-10-0-223-123.us-east-2.compute.internal Ready control-plane 73m v1.29.4
----
12 changes: 6 additions & 6 deletions modules/images-configuration-registry-mirror-configuring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ $ oc get node
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ip-10-0-137-44.ec2.internal Ready worker 7m v1.28.5
ip-10-0-138-148.ec2.internal Ready master 11m v1.28.5
ip-10-0-139-122.ec2.internal Ready master 11m v1.28.5
ip-10-0-147-35.ec2.internal Ready worker 7m v1.28.5
ip-10-0-153-12.ec2.internal Ready worker 7m v1.28.5
ip-10-0-154-10.ec2.internal Ready master 11m v1.28.5
ip-10-0-137-44.ec2.internal Ready worker 7m v1.29.4
ip-10-0-138-148.ec2.internal Ready master 11m v1.29.4
ip-10-0-139-122.ec2.internal Ready master 11m v1.29.4
ip-10-0-147-35.ec2.internal Ready worker 7m v1.29.4
ip-10-0-153-12.ec2.internal Ready worker 7m v1.29.4
ip-10-0-154-10.ec2.internal Ready master 11m v1.29.4
----

.. Start the debugging process to access the node:
Expand Down
2 changes: 1 addition & 1 deletion modules/infrastructure-moving-router.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ $ oc get node <node_name> <1>
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ip-10-0-217-226.ec2.internal Ready infra,worker 17h v1.28.5
ip-10-0-217-226.ec2.internal Ready infra,worker 17h v1.29.4
----
+
Because the role list includes `infra`, the pod is running on the correct node.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ifndef::openshift-origin[]
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
control-plane.example.com Ready master,worker 10m v1.28.5
control-plane.example.com Ready master,worker 10m v1.29.4
----
endif::openshift-origin[]
ifdef::openshift-origin[]
Expand Down
Loading

0 comments on commit 0578297

Please sign in to comment.