Skip to content

Commit 00aee52

Browse files
authored
Merge pull request #40659 from bergerhoffer/OSDOCS-2893
OSDOCS-2893: Updating kube references from 1.22 to 1.23
2 parents 03fa40d + 925c45a commit 00aee52

File tree

40 files changed

+178
-179
lines changed

40 files changed

+178
-179
lines changed

_unused_topics/cluster-logging-exported-fields-kubernetes.2021-06-04.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Data type:: group
7777

7878
== kubernetes.event
7979

80-
The kubernetes event obtained from kubernetes master API The event is already JSON object and as whole nested under kubernetes field This description should loosely follow 'type Event' in https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#event-v1-core
80+
The kubernetes event obtained from kubernetes master API The event is already JSON object and as whole nested under kubernetes field This description should loosely follow 'type Event' in https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#event-v1-core
8181

8282
[horizontal]
8383
Data type:: group

_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.22.1
17+
ip-10-0-0-1.us-east-2.compute.internal Ready worker 3h19m v1.23.0
1818
19-
ip-10-0-0-39.us-east-2.compute.internal Ready master 3h37m v1.22.1
19+
ip-10-0-0-39.us-east-2.compute.internal Ready master 3h37m v1.23.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.22.1
17-
ip-10-0-0-2.us-east-2.compute.internal Ready master 4h39m v1.22.1
18-
ip-10-0-0.3.us-east-2.compute.internal Ready worker 4h20m v1.22.1
19-
ip-10-0-0-4.us-east-2.compute.internal Ready master 4h39m v1.22.1
20-
ip-10-0-0-5.us-east-2.compute.internal Ready master 4h39m v1.22.1
21-
ip-10-0-0-6.us-east-2.compute.internal Ready worker 4h20m v1.22.1
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
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.22.1 10.0.134.252 <none> Red Hat CoreOS 4.0 3.10.0-957.5.1.el7.x86_64 cri-o://1.22.1-1.rhaos4.0.git2f0cb0d.el7
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
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
@@ -155,12 +155,12 @@ $ oc get nodes
155155
[source,terminal]
156156
----
157157
NAME STATUS ROLES AGE VERSION
158-
ip-10-0-147-106.us-east-2.compute.internal Ready master 14h v1.22.1
159-
ip-10-0-150-175.us-east-2.compute.internal Ready worker 14h v1.22.1
160-
ip-10-0-175-23.us-east-2.compute.internal Ready master 14h v1.22.1
161-
ip-10-0-189-6.us-east-2.compute.internal Ready worker 14h v1.22.1
162-
ip-10-0-205-158.us-east-2.compute.internal Ready master 14h v1.22.1
163-
ip-10-0-210-167.us-east-2.compute.internal Ready worker 14h v1.22.1
158+
ip-10-0-147-106.us-east-2.compute.internal Ready master 14h v1.23.0
159+
ip-10-0-150-175.us-east-2.compute.internal Ready worker 14h v1.23.0
160+
ip-10-0-175-23.us-east-2.compute.internal Ready master 14h v1.23.0
161+
ip-10-0-189-6.us-east-2.compute.internal Ready worker 14h v1.23.0
162+
ip-10-0-205-158.us-east-2.compute.internal Ready master 14h v1.23.0
163+
ip-10-0-210-167.us-east-2.compute.internal Ready worker 14h v1.23.0
164164
----
165165
--
166166

modules/cleaning-crio-storage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ $ oc get nodes
103103
+
104104
----
105105
NAME STATUS ROLES AGE VERSION
106-
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready, SchedulingDisabled master 133m v1.22.0-rc.0+75ee307
106+
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready, SchedulingDisabled master 133m v1.23.0
107107
----
108108
+
109109
. Mark the node schedulable. You will know that the scheduling is enabled when `SchedulingDisabled` is no longer in status:
@@ -118,6 +118,6 @@ $ oc adm uncordon <nodename>
118118
+
119119
----
120120
NAME STATUS ROLES AGE VERSION
121-
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready master 133m v1.22.0-rc.0+75ee307
121+
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready master 133m v1.23.0
122122
----
123123
+

modules/cluster-logging-exported-fields-kubernetes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Data type:: group
8484

8585
=== kubernetes.event
8686

87-
The Kubernetes event obtained from the Kubernetes master API. This event description loosely follows `type Event` in link:https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#event-v1-core[Event v1 core].
87+
The Kubernetes event obtained from the Kubernetes master API. This event description loosely follows `type Event` in link:https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#event-v1-core[Event v1 core].
8888

8989
[horizontal]
9090
Data type:: group

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ Note the worker with the role `worker-rt` that contains the string `4.18.0-211.r
131131
NAME STATUS ROLES AGE VERSION INTERNAL-IP
132132
EXTERNAL-IP OS-IMAGE KERNEL-VERSION
133133
CONTAINER-RUNTIME
134-
rt-worker-0.example.com Ready worker,worker-rt 5d17h v1.22.1
134+
rt-worker-0.example.com Ready worker,worker-rt 5d17h v1.23.0
135135
128.66.135.107 <none> Red Hat Enterprise Linux CoreOS 46.82.202008252340-0 (Ootpa)
136-
4.18.0-211.rt5.23.el8.x86_64 cri-o://1.22.1-90.rhaos4.9.git4a0ac05.el8-rc.1
136+
4.18.0-211.rt5.23.el8.x86_64 cri-o://1.23.0-90.rhaos4.9.git4a0ac05.el8-rc.1
137137
[...]
138138
----
139139

modules/connected-to-disconnected-verify.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="connected-to-disconnected-verify_{context}"]
66
= Ensure applications continue to work
77

8-
Before disconnecting the cluster from the network, ensure that your cluster is working as expected and all of your applications are working as expected.
8+
Before disconnecting the cluster from the network, ensure that your cluster is working as expected and all of your applications are working as expected.
99

1010
.Procedure
1111

@@ -43,10 +43,10 @@ $ oc get nodes
4343
[source,terminal]
4444
----
4545
NAME STATUS ROLES AGE VERSION
46-
ci-ln-47ltxtb-f76d1-mrffg-master-0 Ready master 42m v1.21.1+a620f50
47-
ci-ln-47ltxtb-f76d1-mrffg-master-1 Ready master 42m v1.21.1+a620f50
48-
ci-ln-47ltxtb-f76d1-mrffg-master-2 Ready master 42m v1.21.1+a620f50
49-
ci-ln-47ltxtb-f76d1-mrffg-worker-a-gsxbz Ready worker 35m v1.21.1+a620f50
50-
ci-ln-47ltxtb-f76d1-mrffg-worker-b-5qqdx Ready worker 35m v1.21.1+a620f50
51-
ci-ln-47ltxtb-f76d1-mrffg-worker-c-rjkpq Ready worker 34m v1.21.1+a620f50
46+
ci-ln-47ltxtb-f76d1-mrffg-master-0 Ready master 42m v1.23.0
47+
ci-ln-47ltxtb-f76d1-mrffg-master-1 Ready master 42m v1.23.0
48+
ci-ln-47ltxtb-f76d1-mrffg-master-2 Ready master 42m v1.23.0
49+
ci-ln-47ltxtb-f76d1-mrffg-worker-a-gsxbz Ready worker 35m v1.23.0
50+
ci-ln-47ltxtb-f76d1-mrffg-worker-b-5qqdx Ready worker 35m v1.23.0
51+
ci-ln-47ltxtb-f76d1-mrffg-worker-c-rjkpq Ready worker 34m v1.23.0
5252
----

modules/graceful-restart.adoc

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

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

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

152152
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
@@ -75,10 +75,10 @@ $ oc get nodes
7575
[source,terminal]
7676
----
7777
NAME STATUS ROLES AGE VERSION
78-
ci-ln-j5cd0qt-f76d1-vfj5x-master-0 Ready master 98m v1.22.1
79-
ci-ln-j5cd0qt-f76d1-vfj5x-master-1 Ready,SchedulingDisabled master 99m v1.22.1
80-
ci-ln-j5cd0qt-f76d1-vfj5x-master-2 Ready master 98m v1.22.1
81-
ci-ln-j5cd0qt-f76d1-vfj5x-worker-b-nsnd4 Ready worker 90m v1.22.1
82-
ci-ln-j5cd0qt-f76d1-vfj5x-worker-c-5z2gz NotReady,SchedulingDisabled worker 90m v1.22.1
83-
ci-ln-j5cd0qt-f76d1-vfj5x-worker-d-stsjv Ready worker 90m v1.22.1
78+
ci-ln-j5cd0qt-f76d1-vfj5x-master-0 Ready master 98m v1.23.0
79+
ci-ln-j5cd0qt-f76d1-vfj5x-master-1 Ready,SchedulingDisabled master 99m v1.23.0
80+
ci-ln-j5cd0qt-f76d1-vfj5x-master-2 Ready master 98m v1.23.0
81+
ci-ln-j5cd0qt-f76d1-vfj5x-worker-b-nsnd4 Ready worker 90m v1.23.0
82+
ci-ln-j5cd0qt-f76d1-vfj5x-worker-c-5z2gz NotReady,SchedulingDisabled worker 90m v1.23.0
83+
ci-ln-j5cd0qt-f76d1-vfj5x-worker-d-stsjv Ready worker 90m v1.23.0
8484
----

0 commit comments

Comments
 (0)