Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -325,6 +325,6 @@ $ oc get nodes
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
control-plane-1.example.com Ready master,worker 56m v1.35.4
compute-1.example.com Ready worker 11m v1.35.4
control-plane-1.example.com Ready master,worker 56m v1.36.3
compute-1.example.com Ready worker 11m v1.36.3
----
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 @@ -67,9 +67,9 @@ $ oc get nodes -l <key_name>=<value>
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
node1.example.com Ready worker 7h v1.35.4
node2.example.com Ready worker 7h v1.35.4
node3.example.com Ready worker 7h v1.35.4
node1.example.com Ready worker 7h v1.36.3
node2.example.com Ready worker 7h v1.36.3
node3.example.com Ready worker 7h v1.36.3
----

. Configure the Classic Load Balancer service by adding the cloud-based subnet information to the `annotations` field of the `Service` manifest:
Expand Down
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.35.4
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready, SchedulingDisabled master 133m v1.36.3
----
+
. Mark the node schedulable. You will know that the scheduling is enabled when `SchedulingDisabled` is no longer in status:
Expand All @@ -136,5 +136,5 @@ $ oc adm uncordon <node_name>
+
----
NAME STATUS ROLES AGE VERSION
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready master 133m v1.35.4
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready master 133m v1.36.3
----
12 changes: 6 additions & 6 deletions modules/cnf-configuring-nrop-on-schedlable-control-planes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ $ oc get nodes
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
worker-0 Ready worker,worker-cnf 100m v1.35.4
worker-1 Ready worker 93m v1.35.4
master-0 Ready control-plane,master,worker 108m v1.35.4
master-1 Ready control-plane,master,worker 107m v1.35.4
master-2 Ready control-plane,master,worker 107m v1.35.4
worker-2 Ready worker 100m v1.35.4
worker-0 Ready worker,worker-cnf 100m v1.36.3
worker-1 Ready worker 93m v1.36.3
master-0 Ready control-plane,master,worker 108m v1.36.3
master-1 Ready control-plane,master,worker 107m v1.36.3
master-2 Ready control-plane,master,worker 107m v1.36.3
worker-2 Ready worker 100m v1.36.3
----

. Verify that the NUMA Resources Operator’s pods are running on the intended nodes by running the following command. You should see a numaresourcesoperator pod for each node group you specified in the CR:
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.35.4
ip-10-0-158-32.us-east-2.compute.internal Ready worker 5h17m v1.35.4
ip-10-0-166-81.us-east-2.compute.internal Ready worker 5h17m v1.35.4
ip-10-0-171-170.us-east-2.compute.internal Ready master 5h21m v1.35.4
ip-10-0-197-35.us-east-2.compute.internal Ready master 5h22m v1.35.4
ip-10-0-128-92.us-east-2.compute.internal Ready master 5h21m v1.36.3
ip-10-0-158-32.us-east-2.compute.internal Ready worker 5h17m v1.36.3
ip-10-0-166-81.us-east-2.compute.internal Ready worker 5h17m v1.36.3
ip-10-0-171-170.us-east-2.compute.internal Ready master 5h21m v1.36.3
ip-10-0-197-35.us-east-2.compute.internal Ready master 5h22m v1.36.3
----

. 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 @@ -45,10 +45,10 @@ $ oc get nodes
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ci-ln-47ltxtb-f76d1-mrffg-master-0 Ready master 42m v1.35.4
ci-ln-47ltxtb-f76d1-mrffg-master-1 Ready master 42m v1.35.4
ci-ln-47ltxtb-f76d1-mrffg-master-2 Ready master 42m v1.35.4
ci-ln-47ltxtb-f76d1-mrffg-worker-a-gsxbz Ready worker 35m v1.35.4
ci-ln-47ltxtb-f76d1-mrffg-worker-b-5qqdx Ready worker 35m v1.35.4
ci-ln-47ltxtb-f76d1-mrffg-worker-c-rjkpq Ready worker 34m v1.35.4
ci-ln-47ltxtb-f76d1-mrffg-master-0 Ready master 42m v1.36.3
ci-ln-47ltxtb-f76d1-mrffg-master-1 Ready master 42m v1.36.3
ci-ln-47ltxtb-f76d1-mrffg-master-2 Ready master 42m v1.36.3
ci-ln-47ltxtb-f76d1-mrffg-worker-a-gsxbz Ready worker 35m v1.36.3
ci-ln-47ltxtb-f76d1-mrffg-worker-b-5qqdx Ready worker 35m v1.36.3
ci-ln-47ltxtb-f76d1-mrffg-worker-c-rjkpq Ready worker 34m v1.36.3
----
6 changes: 3 additions & 3 deletions modules/core-cluster-upgrade-eus-control-plane-only.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ The following example shows the output for control plane nodes:
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
master-0.example.com Ready control-plane,master 60d v1.35.0
master-1.example.com Ready control-plane,master 60d v1.35.0
master-2.example.com Ready control-plane,master 60d v1.35.0
master-0.example.com Ready control-plane,master 60d v1.36.3
master-1.example.com Ready control-plane,master 60d v1.36.3
master-2.example.com Ready control-plane,master 60d v1.36.3
----
+
Control plane nodes must show the new kubelet version, 4.22.
Expand Down
12 changes: 6 additions & 6 deletions modules/coreos-layering-configuring-on-revert.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,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.35.4
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.35.4
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.35.4
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.35.4
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.35.4
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.35.4
ip-10-0-148-79.us-west-1.compute.internal Ready worker 32m v1.36.3
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.36.3
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.36.3
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.36.3
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.36.3
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.36.3
----

** When the node is back in the `Ready` state, check that the node is using the base image:
Expand Down
12 changes: 6 additions & 6 deletions modules/coreos-layering-configuring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,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.35.4
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.35.4
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.35.4
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.35.4
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.35.4
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.35.4
ip-10-0-148-79.us-west-1.compute.internal Ready worker 32m v1.36.3
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.36.3
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.36.3
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.36.3
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.36.3
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.36.3
----

. 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 @@ -54,12 +54,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.35.4
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.35.4
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.35.4
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.35.4
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.35.4
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.35.4
ip-10-0-148-79.us-west-1.compute.internal Ready worker 32m v1.36.3
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.36.3
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.36.3
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.36.3
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.36.3
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.36.3
----

. When the node is back in the `Ready` state, check that the node is using the base image:
Expand Down
24 changes: 12 additions & 12 deletions modules/graceful-restart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,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 control-plane,master 75m v1.35.0
ip-10-0-170-223.ec2.internal Ready control-plane,master 75m v1.35.0
ip-10-0-211-16.ec2.internal Ready control-plane,master 75m v1.35.0
ip-10-0-168-251.ec2.internal Ready control-plane,master 75m v1.36.3
ip-10-0-170-223.ec2.internal Ready control-plane,master 75m v1.36.3
ip-10-0-211-16.ec2.internal Ready control-plane,master 75m v1.36.3
----

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

. If the compute nodes are not ready, then check whether there are any pending CSRs that must be approved.
Expand Down Expand Up @@ -222,12 +222,12 @@ $ oc get nodes
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ip-10-0-168-251.ec2.internal Ready control-plane,master 82m v1.35.0
ip-10-0-170-223.ec2.internal Ready control-plane,master 82m v1.35.0
ip-10-0-179-95.ec2.internal Ready worker 70m v1.35.0
ip-10-0-182-134.ec2.internal Ready worker 70m v1.35.0
ip-10-0-211-16.ec2.internal Ready control-plane,master 82m v1.35.0
ip-10-0-250-100.ec2.internal Ready worker 69m v1.35.0
ip-10-0-168-251.ec2.internal Ready control-plane,master 82m v1.36.3
ip-10-0-170-223.ec2.internal Ready control-plane,master 82m v1.36.3
ip-10-0-179-95.ec2.internal Ready worker 70m v1.36.3
ip-10-0-182-134.ec2.internal Ready worker 70m v1.36.3
ip-10-0-211-16.ec2.internal Ready control-plane,master 82m v1.36.3
ip-10-0-250-100.ec2.internal Ready worker 69m v1.36.3
----
+
If the cluster did not start properly, you might need to restore your cluster by using an etcd backup. For more information, see "Restoring to an earlier cluster state".
Expand Down
4 changes: 2 additions & 2 deletions modules/hcp-np-capacity-blocks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ $ oc get nodes
[source, terminal]
----
NAME STATUS ROLES AGE VERSION
ip-10-0-132-74.ec2.internal Ready worker 17m v1.35.4
ip-10-0-134-183.ec2.internal Ready worker 4h5m v1.35.4
ip-10-0-132-74.ec2.internal Ready worker 17m v1.36.3
ip-10-0-134-183.ec2.internal Ready worker 4h5m v1.36.3
----
12 changes: 6 additions & 6 deletions modules/hibernating-cluster-hibernate.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ $ oc get nodes
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ci-ln-812tb4k-72292-8bcj7-master-0 Ready control-plane,master 32m v1.35.4
ci-ln-812tb4k-72292-8bcj7-master-1 Ready control-plane,master 32m v1.35.4
ci-ln-812tb4k-72292-8bcj7-master-2 Ready control-plane,master 32m v1.35.4
Ci-ln-812tb4k-72292-8bcj7-worker-a-zhdvk Ready worker 19m v1.35.4
ci-ln-812tb4k-72292-8bcj7-worker-b-9hrmv Ready worker 19m v1.35.4
ci-ln-812tb4k-72292-8bcj7-worker-c-q8mw2 Ready worker 19m v1.35.4
ci-ln-812tb4k-72292-8bcj7-master-0 Ready control-plane,master 32m v1.36.3
ci-ln-812tb4k-72292-8bcj7-master-1 Ready control-plane,master 32m v1.36.3
ci-ln-812tb4k-72292-8bcj7-master-2 Ready control-plane,master 32m v1.36.3
Ci-ln-812tb4k-72292-8bcj7-worker-a-zhdvk Ready worker 19m v1.36.3
ci-ln-812tb4k-72292-8bcj7-worker-b-9hrmv Ready worker 19m v1.36.3
ci-ln-812tb4k-72292-8bcj7-worker-c-q8mw2 Ready worker 19m v1.36.3
----
+
All nodes should show `Ready` in the `STATUS` column.
Expand Down
12 changes: 6 additions & 6 deletions modules/hibernating-cluster-resume.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ $ oc get nodes
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
ci-ln-812tb4k-72292-8bcj7-master-0 Ready control-plane,master 32m v1.35.4
ci-ln-812tb4k-72292-8bcj7-master-1 Ready control-plane,master 32m v1.35.4
ci-ln-812tb4k-72292-8bcj7-master-2 Ready control-plane,master 32m v1.35.4
Ci-ln-812tb4k-72292-8bcj7-worker-a-zhdvk Ready worker 19m v1.35.4
ci-ln-812tb4k-72292-8bcj7-worker-b-9hrmv Ready worker 19m v1.35.4
ci-ln-812tb4k-72292-8bcj7-worker-c-q8mw2 Ready worker 19m v1.35.4
ci-ln-812tb4k-72292-8bcj7-master-0 Ready control-plane,master 32m v1.36.3
ci-ln-812tb4k-72292-8bcj7-master-1 Ready control-plane,master 32m v1.36.3
ci-ln-812tb4k-72292-8bcj7-master-2 Ready control-plane,master 32m v1.36.3
Ci-ln-812tb4k-72292-8bcj7-worker-a-zhdvk Ready worker 19m v1.36.3
ci-ln-812tb4k-72292-8bcj7-worker-b-9hrmv Ready worker 19m v1.36.3
ci-ln-812tb4k-72292-8bcj7-worker-c-q8mw2 Ready worker 19m v1.36.3
----
+
All nodes should show `Ready` in the `STATUS` column. It might take a few minutes for all nodes to become ready after approving the CSRs.
Expand Down
2 changes: 1 addition & 1 deletion modules/ibi-create-standalone-config-iso.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,5 @@ Example output:
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
node/sno-cluster-name.host.example.com Ready control-plane,master 5h15m v1.35.4
node/sno-cluster-name.host.example.com Ready control-plane,master 5h15m v1.36.3
----
12 changes: 6 additions & 6 deletions modules/images-configuration-file.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,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.35.4
ip-10-0-139-120.us-east-2.compute.internal Ready,SchedulingDisabled control-plane 74m v1.35.4
ip-10-0-176-102.us-east-2.compute.internal Ready control-plane 75m v1.35.4
ip-10-0-188-96.us-east-2.compute.internal Ready worker 65m v1.35.4
ip-10-0-200-59.us-east-2.compute.internal Ready worker 63m v1.35.4
ip-10-0-223-123.us-east-2.compute.internal Ready control-plane 73m v1.35.4
ip-10-0-137-182.us-east-2.compute.internal Ready,SchedulingDisabled worker 65m v1.36.3
ip-10-0-139-120.us-east-2.compute.internal Ready,SchedulingDisabled control-plane 74m v1.36.3
ip-10-0-176-102.us-east-2.compute.internal Ready control-plane 75m v1.36.3
ip-10-0-188-96.us-east-2.compute.internal Ready worker 65m v1.36.3
ip-10-0-200-59.us-east-2.compute.internal Ready worker 63m v1.36.3
ip-10-0-223-123.us-east-2.compute.internal Ready control-plane 73m v1.36.3
----
6 changes: 3 additions & 3 deletions modules/images-configuration-image-registry-settings-hcp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ $ oc get nodes
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
worker-1.compute.local Ready,SchedulingDisabled worker 65m v1.35.4
worker-2.compute.local Ready worker 65m v1.35.4
worker-3.compute.local Ready worker 63m v1.35.4
worker-1.compute.local Ready,SchedulingDisabled worker 65m v1.36.3
worker-2.compute.local Ready worker 65m v1.36.3
worker-3.compute.local Ready worker 63m v1.36.3
----
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 @@ -184,12 +184,12 @@ $ oc get node
[source,terminal]
----
NAME STATUS ROLES AGE VERSION
worker-1.compute.local Ready worker 7m v1.35.4
master-1.compute.local Ready master 11m v1.35.4
master-2.compute.local Ready master 11m v1.35.4
worker-2.compute.local Ready worker 7m v1.35.4
worker-3.compute.local Ready worker 7m v1.35.4
master-3.compute.local Ready master 11m v1.35.4
worker-1.compute.local Ready worker 7m v1.36.3
master-1.compute.local Ready master 11m v1.36.3
master-2.compute.local Ready master 11m v1.36.3
worker-2.compute.local Ready worker 7m v1.36.3
worker-3.compute.local Ready worker 7m v1.36.3
master-3.compute.local Ready master 11m v1.36.3
----

.. Start the debugging process to access the node:
Expand Down
Loading