Skip to content

Commit f4e355e

Browse files
authored
Merge pull request #46669 from bergerhoffer/OSDOCS-3532
OSDOCS-3532: Updating example output to 1.24
2 parents 8474597 + c9ef8b6 commit f4e355e

File tree

43 files changed

+199
-199
lines changed

Some content is hidden

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

43 files changed

+199
-199
lines changed

_unused_topics/looking-inside-nodes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ $ oc get nodes
1414
1515
NAME STATUS ROLES AGE VERSION
1616
17-
ip-10-0-0-1.us-east-2.compute.internal Ready worker 3h19m v1.23.0
17+
ip-10-0-0-1.us-east-2.compute.internal Ready worker 3h19m v1.24.0
1818
19-
ip-10-0-0-39.us-east-2.compute.internal Ready master 3h37m v1.23.0
19+
ip-10-0-0-39.us-east-2.compute.internal Ready master 3h37m v1.24.0
2020
2121
2222

_unused_topics/understanding-workers-masters.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ To see which workers and masters are running on your cluster, type:
1313
$ oc get nodes
1414
1515
NAME STATUS ROLES AGE VERSION
16-
ip-10-0-0-1.us-east-2.compute.internal Ready worker 4h20m v1.23.0
17-
ip-10-0-0-2.us-east-2.compute.internal Ready master 4h39m v1.23.0
18-
ip-10-0-0.3.us-east-2.compute.internal Ready worker 4h20m v1.23.0
19-
ip-10-0-0-4.us-east-2.compute.internal Ready master 4h39m v1.23.0
20-
ip-10-0-0-5.us-east-2.compute.internal Ready master 4h39m v1.23.0
21-
ip-10-0-0-6.us-east-2.compute.internal Ready worker 4h20m v1.23.0
16+
ip-10-0-0-1.us-east-2.compute.internal Ready worker 4h20m v1.24.0
17+
ip-10-0-0-2.us-east-2.compute.internal Ready master 4h39m v1.24.0
18+
ip-10-0-0.3.us-east-2.compute.internal Ready worker 4h20m v1.24.0
19+
ip-10-0-0-4.us-east-2.compute.internal Ready master 4h39m v1.24.0
20+
ip-10-0-0-5.us-east-2.compute.internal Ready master 4h39m v1.24.0
21+
ip-10-0-0-6.us-east-2.compute.internal Ready worker 4h20m v1.24.0
2222
----
2323

2424
To see more information about internal and external IP addresses, the type of operating system ({op-system}), kernel version, and container runtime (CRI-O), add the `-o wide` option.
@@ -27,7 +27,7 @@ To see more information about internal and external IP addresses, the type of op
2727
$ oc get nodes -o wide
2828
2929
NAME                                       STATUS ROLES  AGE  VERSION  INTERNAL-IP   EXTERNAL-IP  OS-IMAGE             KERNEL-VERSION             CONTAINER-RUNTIME
30-
ip-10-0-134-252.us-east-2.compute.internal Ready worker 17h v1.23.0 10.0.134.252 <none> Red Hat CoreOS 4.0 3.10.0-957.5.1.el7.x86_64 cri-o://1.23.0-1.rhaos4.0.git2f0cb0d.el7
30+
ip-10-0-134-252.us-east-2.compute.internal Ready worker 17h v1.24.0 10.0.134.252 <none> Red Hat CoreOS 4.0 3.10.0-957.5.1.el7.x86_64 cri-o://1.24.0-1.rhaos4.0.git2f0cb0d.el7
3131
3232
....
3333
----

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.23.0
160-
ip-10-0-150-175.us-east-2.compute.internal Ready worker 14h v1.23.0
161-
ip-10-0-175-23.us-east-2.compute.internal Ready master 14h v1.23.0
162-
ip-10-0-189-6.us-east-2.compute.internal Ready worker 14h v1.23.0
163-
ip-10-0-205-158.us-east-2.compute.internal Ready master 14h v1.23.0
164-
ip-10-0-210-167.us-east-2.compute.internal Ready worker 14h v1.23.0
159+
ip-10-0-147-106.us-east-2.compute.internal Ready master 14h v1.24.0
160+
ip-10-0-150-175.us-east-2.compute.internal Ready worker 14h v1.24.0
161+
ip-10-0-175-23.us-east-2.compute.internal Ready master 14h v1.24.0
162+
ip-10-0-189-6.us-east-2.compute.internal Ready worker 14h v1.24.0
163+
ip-10-0-205-158.us-east-2.compute.internal Ready master 14h v1.24.0
164+
ip-10-0-210-167.us-east-2.compute.internal Ready worker 14h v1.24.0
165165
----
166166
--
167167

modules/cleaning-crio-storage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ $ oc get nodes
109109
+
110110
----
111111
NAME STATUS ROLES AGE VERSION
112-
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready, SchedulingDisabled master 133m v1.23.0
112+
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready, SchedulingDisabled master 133m v1.24.0
113113
----
114114
+
115115
. Mark the node schedulable. You will know that the scheduling is enabled when `SchedulingDisabled` is no longer in status:
@@ -124,6 +124,6 @@ $ oc adm uncordon <nodename>
124124
+
125125
----
126126
NAME STATUS ROLES AGE VERSION
127-
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready master 133m v1.23.0
127+
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready master 133m v1.24.0
128128
----
129129
+

modules/cnf-provisioning-real-time-and-low-latency-workloads.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,16 @@ Use this command to verify that the real-time kernel is installed:
125125
$ oc get node -o wide
126126
----
127127

128-
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.23.0-99.rhaos4.10.gitc3131de.el8`:
128+
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.24.0-99.rhaos4.10.gitc3131de.el8`:
129129

130130
[source,terminal]
131131
----
132132
NAME STATUS ROLES AGE VERSION INTERNAL-IP
133133
EXTERNAL-IP OS-IMAGE KERNEL-VERSION
134134
CONTAINER-RUNTIME
135-
rt-worker-0.example.com Ready worker,worker-rt 5d17h v1.23.0
135+
rt-worker-0.example.com Ready worker,worker-rt 5d17h v1.24.0
136136
128.66.135.107 <none> Red Hat Enterprise Linux CoreOS 46.82.202008252340-0 (Ootpa)
137-
4.18.0-305.30.1.rt7.102.el8_4.x86_64 cri-o://1.23.0-99.rhaos4.10.gitc3131de.el8
137+
4.18.0-305.30.1.rt7.102.el8_4.x86_64 cri-o://1.24.0-99.rhaos4.10.gitc3131de.el8
138138
[...]
139139
----
140140

modules/compliance-apply-remediation-for-customized-mcp.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ $ oc get nodes
1818
[source,terminal]
1919
----
2020
NAME STATUS ROLES AGE VERSION
21-
ip-10-0-128-92.us-east-2.compute.internal Ready master 5h21m v1.23.3+d99c04f
22-
ip-10-0-158-32.us-east-2.compute.internal Ready worker 5h17m v1.23.3+d99c04f
23-
ip-10-0-166-81.us-east-2.compute.internal Ready worker 5h17m v1.23.3+d99c04f
24-
ip-10-0-171-170.us-east-2.compute.internal Ready master 5h21m v1.23.3+d99c04f
25-
ip-10-0-197-35.us-east-2.compute.internal Ready master 5h22m v1.23.3+d99c04f
21+
ip-10-0-128-92.us-east-2.compute.internal Ready master 5h21m v1.24.0
22+
ip-10-0-158-32.us-east-2.compute.internal Ready worker 5h17m v1.24.0
23+
ip-10-0-166-81.us-east-2.compute.internal Ready worker 5h17m v1.24.0
24+
ip-10-0-171-170.us-east-2.compute.internal Ready master 5h21m v1.24.0
25+
ip-10-0-197-35.us-east-2.compute.internal Ready master 5h22m v1.24.0
2626
----
2727

2828
. 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.23.0
48-
ci-ln-47ltxtb-f76d1-mrffg-master-1 Ready master 42m v1.23.0
49-
ci-ln-47ltxtb-f76d1-mrffg-master-2 Ready master 42m v1.23.0
50-
ci-ln-47ltxtb-f76d1-mrffg-worker-a-gsxbz Ready worker 35m v1.23.0
51-
ci-ln-47ltxtb-f76d1-mrffg-worker-b-5qqdx Ready worker 35m v1.23.0
52-
ci-ln-47ltxtb-f76d1-mrffg-worker-c-rjkpq Ready worker 34m v1.23.0
47+
ci-ln-47ltxtb-f76d1-mrffg-master-0 Ready master 42m v1.24.0
48+
ci-ln-47ltxtb-f76d1-mrffg-master-1 Ready master 42m v1.24.0
49+
ci-ln-47ltxtb-f76d1-mrffg-master-2 Ready master 42m v1.24.0
50+
ci-ln-47ltxtb-f76d1-mrffg-worker-a-gsxbz Ready worker 35m v1.24.0
51+
ci-ln-47ltxtb-f76d1-mrffg-worker-b-5qqdx Ready worker 35m v1.24.0
52+
ci-ln-47ltxtb-f76d1-mrffg-worker-c-rjkpq Ready worker 34m v1.24.0
5353
----

modules/dr-restoring-cluster-state.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ static-pod-resources/kube-scheduler-pod-8/kube-scheduler-pod.yaml
142142
+
143143
[NOTE]
144144
====
145-
The restore process can cause nodes to enter the `NotReady` state if the node certificates were updated after the last etcd backup.
145+
The restore process can cause nodes to enter the `NotReady` state if the node certificates were updated after the last etcd backup.
146146
====
147147

148148
. Check the nodes to ensure they are in the `Ready` state.
@@ -158,17 +158,17 @@ $ oc get nodes -w
158158
[source,terminal]
159159
----
160160
NAME STATUS ROLES AGE VERSION
161-
host-172-25-75-28 Ready master 3d20h v1.23.3+e419edf
162-
host-172-25-75-38 Ready infra,worker 3d20h v1.23.3+e419edf
163-
host-172-25-75-40 Ready master 3d20h v1.23.3+e419edf
164-
host-172-25-75-65 Ready master 3d20h v1.23.3+e419edf
165-
host-172-25-75-74 Ready infra,worker 3d20h v1.23.3+e419edf
166-
host-172-25-75-79 Ready worker 3d20h v1.23.3+e419edf
167-
host-172-25-75-86 Ready worker 3d20h v1.23.3+e419edf
168-
host-172-25-75-98 Ready infra,worker 3d20h v1.23.3+e419edf
161+
host-172-25-75-28 Ready master 3d20h v1.24.0
162+
host-172-25-75-38 Ready infra,worker 3d20h v1.24.0
163+
host-172-25-75-40 Ready master 3d20h v1.24.0
164+
host-172-25-75-65 Ready master 3d20h v1.24.0
165+
host-172-25-75-74 Ready infra,worker 3d20h v1.24.0
166+
host-172-25-75-79 Ready worker 3d20h v1.24.0
167+
host-172-25-75-86 Ready worker 3d20h v1.24.0
168+
host-172-25-75-98 Ready infra,worker 3d20h v1.24.0
169169
----
170170
+
171-
It can take several minutes for all nodes to report their state.
171+
It can take several minutes for all nodes to report their state.
172172

173173
.. If any nodes are in the `NotReady` state, log in to the nodes and remove all of the PEM files from the `/var/lib/kubelet/pki` directory on each node. You can SSH into the nodes or use the terminal window in the web console.
174174
+

modules/graceful-restart.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ The control plane nodes are ready if the status is `Ready`, as shown in the foll
3535
[source,terminal]
3636
----
3737
NAME STATUS ROLES AGE VERSION
38-
ip-10-0-168-251.ec2.internal Ready master 75m v1.23.0
39-
ip-10-0-170-223.ec2.internal Ready master 75m v1.23.0
40-
ip-10-0-211-16.ec2.internal Ready master 75m v1.23.0
38+
ip-10-0-168-251.ec2.internal Ready master 75m v1.24.0
39+
ip-10-0-170-223.ec2.internal Ready master 75m v1.24.0
40+
ip-10-0-211-16.ec2.internal Ready master 75m v1.24.0
4141
----
4242

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

8484
. If the worker nodes are _not_ ready, then check whether there are any pending certificate signing requests (CSRs) that must be approved.
@@ -142,12 +142,12 @@ Check that the status for all nodes is `Ready`.
142142
[source,terminal]
143143
----
144144
NAME STATUS ROLES AGE VERSION
145-
ip-10-0-168-251.ec2.internal Ready master 82m v1.23.0
146-
ip-10-0-170-223.ec2.internal Ready master 82m v1.23.0
147-
ip-10-0-179-95.ec2.internal Ready worker 70m v1.23.0
148-
ip-10-0-182-134.ec2.internal Ready worker 70m v1.23.0
149-
ip-10-0-211-16.ec2.internal Ready master 82m v1.23.0
150-
ip-10-0-250-100.ec2.internal Ready worker 69m v1.23.0
145+
ip-10-0-168-251.ec2.internal Ready master 82m v1.24.0
146+
ip-10-0-170-223.ec2.internal Ready master 82m v1.24.0
147+
ip-10-0-179-95.ec2.internal Ready worker 70m v1.24.0
148+
ip-10-0-182-134.ec2.internal Ready worker 70m v1.24.0
149+
ip-10-0-211-16.ec2.internal Ready master 82m v1.24.0
150+
ip-10-0-250-100.ec2.internal Ready worker 69m v1.24.0
151151
----
152152

153153
If the cluster did not start properly, you might need to restore your cluster using an etcd backup.

modules/images-configuration-file.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ $ oc get nodes
7676
[source,terminal]
7777
----
7878
NAME STATUS ROLES AGE VERSION
79-
ci-ln-j5cd0qt-f76d1-vfj5x-master-0 Ready master 98m v1.23.0
80-
ci-ln-j5cd0qt-f76d1-vfj5x-master-1 Ready,SchedulingDisabled master 99m v1.23.0
81-
ci-ln-j5cd0qt-f76d1-vfj5x-master-2 Ready master 98m v1.23.0
82-
ci-ln-j5cd0qt-f76d1-vfj5x-worker-b-nsnd4 Ready worker 90m v1.23.0
83-
ci-ln-j5cd0qt-f76d1-vfj5x-worker-c-5z2gz NotReady,SchedulingDisabled worker 90m v1.23.0
84-
ci-ln-j5cd0qt-f76d1-vfj5x-worker-d-stsjv Ready worker 90m v1.23.0
79+
ci-ln-j5cd0qt-f76d1-vfj5x-master-0 Ready master 98m v1.24.0
80+
ci-ln-j5cd0qt-f76d1-vfj5x-master-1 Ready,SchedulingDisabled master 99m v1.24.0
81+
ci-ln-j5cd0qt-f76d1-vfj5x-master-2 Ready master 98m v1.24.0
82+
ci-ln-j5cd0qt-f76d1-vfj5x-worker-b-nsnd4 Ready worker 90m v1.24.0
83+
ci-ln-j5cd0qt-f76d1-vfj5x-worker-c-5z2gz NotReady,SchedulingDisabled worker 90m v1.24.0
84+
ci-ln-j5cd0qt-f76d1-vfj5x-worker-d-stsjv Ready worker 90m v1.24.0
8585
----

0 commit comments

Comments
 (0)