Skip to content

Commit 50204c1

Browse files
committed
OSDOCS#11296: Doc sweep for Kubernetes 1.29 to 1.30
1 parent 024feb0 commit 50204c1

File tree

49 files changed

+237
-237
lines changed

Some content is hidden

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

49 files changed

+237
-237
lines changed

cloud_experts_tutorials/cloud-experts-aws-secret-manager.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,4 +349,4 @@ $ aws iam delete-policy --policy-arn $POLICY_ARN
349349
[source,terminal]
350350
----
351351
$ aws secretsmanager --region $REGION delete-secret --secret-id $SECRET_ARN
352-
----
352+
----

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.29.4
160-
ip-10-0-150-175.us-east-2.compute.internal Ready worker 14h v1.29.4
161-
ip-10-0-175-23.us-east-2.compute.internal Ready master 14h v1.29.4
162-
ip-10-0-189-6.us-east-2.compute.internal Ready worker 14h v1.29.4
163-
ip-10-0-205-158.us-east-2.compute.internal Ready master 14h v1.29.4
164-
ip-10-0-210-167.us-east-2.compute.internal Ready worker 14h v1.29.4
159+
ip-10-0-147-106.us-east-2.compute.internal Ready master 14h v1.30.3
160+
ip-10-0-150-175.us-east-2.compute.internal Ready worker 14h v1.30.3
161+
ip-10-0-175-23.us-east-2.compute.internal Ready master 14h v1.30.3
162+
ip-10-0-189-6.us-east-2.compute.internal Ready worker 14h v1.30.3
163+
ip-10-0-205-158.us-east-2.compute.internal Ready master 14h v1.30.3
164+
ip-10-0-210-167.us-east-2.compute.internal Ready worker 14h v1.30.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.29.4
319-
compute-1.example.com Ready worker 11m v1.29.4
318+
control-plane-1.example.com Ready master,worker 56m v1.30.3
319+
compute-1.example.com Ready worker 11m v1.30.3
320320
----

modules/aws-outposts-load-balancer-clb.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ $ oc get nodes -l <key_name>=<value>
6464
[source,terminal]
6565
----
6666
NAME STATUS ROLES AGE VERSION
67-
node1.example.com Ready worker 7h v1.29.4
68-
node2.example.com Ready worker 7h v1.29.4
69-
node3.example.com Ready worker 7h v1.29.4
67+
node1.example.com Ready worker 7h v1.30.3
68+
node2.example.com Ready worker 7h v1.30.3
69+
node3.example.com Ready worker 7h v1.30.3
7070
----
7171

7272
. Configure the Classic Load Balancer service by adding the cloud-based subnet information to the `annotations` field of the `Service` manifest:

modules/cleaning-crio-storage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ $ oc get nodes
122122
+
123123
----
124124
NAME STATUS ROLES AGE VERSION
125-
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready, SchedulingDisabled master 133m v1.29.4
125+
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready, SchedulingDisabled master 133m v1.30.3
126126
----
127127
+
128128
. Mark the node schedulable. You will know that the scheduling is enabled when `SchedulingDisabled` is no longer in status:
@@ -137,5 +137,5 @@ $ oc adm uncordon <node_name>
137137
+
138138
----
139139
NAME STATUS ROLES AGE VERSION
140-
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready master 133m v1.29.4
140+
ci-ln-tkbxyft-f76d1-nvwhr-master-1 Ready master 133m v1.30.3
141141
----

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.29.4
27-
ip-10-0-158-32.us-east-2.compute.internal Ready worker 5h17m v1.29.4
28-
ip-10-0-166-81.us-east-2.compute.internal Ready worker 5h17m v1.29.4
29-
ip-10-0-171-170.us-east-2.compute.internal Ready master 5h21m v1.29.4
30-
ip-10-0-197-35.us-east-2.compute.internal Ready master 5h22m v1.29.4
26+
ip-10-0-128-92.us-east-2.compute.internal Ready master 5h21m v1.30.3
27+
ip-10-0-158-32.us-east-2.compute.internal Ready worker 5h17m v1.30.3
28+
ip-10-0-166-81.us-east-2.compute.internal Ready worker 5h17m v1.30.3
29+
ip-10-0-171-170.us-east-2.compute.internal Ready master 5h21m v1.30.3
30+
ip-10-0-197-35.us-east-2.compute.internal Ready master 5h22m v1.30.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.29.4
48-
ci-ln-47ltxtb-f76d1-mrffg-master-1 Ready master 42m v1.29.4
49-
ci-ln-47ltxtb-f76d1-mrffg-master-2 Ready master 42m v1.29.4
50-
ci-ln-47ltxtb-f76d1-mrffg-worker-a-gsxbz Ready worker 35m v1.29.4
51-
ci-ln-47ltxtb-f76d1-mrffg-worker-b-5qqdx Ready worker 35m v1.29.4
52-
ci-ln-47ltxtb-f76d1-mrffg-worker-c-rjkpq Ready worker 34m v1.29.4
47+
ci-ln-47ltxtb-f76d1-mrffg-master-0 Ready master 42m v1.30.3
48+
ci-ln-47ltxtb-f76d1-mrffg-master-1 Ready master 42m v1.30.3
49+
ci-ln-47ltxtb-f76d1-mrffg-master-2 Ready master 42m v1.30.3
50+
ci-ln-47ltxtb-f76d1-mrffg-worker-a-gsxbz Ready worker 35m v1.30.3
51+
ci-ln-47ltxtb-f76d1-mrffg-worker-b-5qqdx Ready worker 35m v1.30.3
52+
ci-ln-47ltxtb-f76d1-mrffg-worker-c-rjkpq Ready worker 34m v1.30.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.29.4
167-
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.29.4
168-
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
169-
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
170-
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
171-
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.29.4
166+
ip-10-0-148-79.us-west-1.compute.internal Ready worker 32m v1.30.3
167+
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.30.3
168+
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.30.3
169+
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.30.3
170+
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.30.3
171+
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.30.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.29.4
56-
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.29.4
57-
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
58-
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
59-
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.29.4
60-
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.29.4
55+
ip-10-0-148-79.us-west-1.compute.internal Ready worker 32m v1.30.3
56+
ip-10-0-155-125.us-west-1.compute.internal Ready,SchedulingDisabled worker 35m v1.30.3
57+
ip-10-0-170-47.us-west-1.compute.internal Ready control-plane,master 42m v1.30.3
58+
ip-10-0-174-77.us-west-1.compute.internal Ready control-plane,master 42m v1.30.3
59+
ip-10-0-211-49.us-west-1.compute.internal Ready control-plane,master 42m v1.30.3
60+
ip-10-0-218-151.us-west-1.compute.internal Ready worker 31m v1.30.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
@@ -241,14 +241,14 @@ $ oc get nodes -w
241241
[source,terminal]
242242
----
243243
NAME STATUS ROLES AGE VERSION
244-
host-172-25-75-28 Ready master 3d20h v1.29.4
245-
host-172-25-75-38 Ready infra,worker 3d20h v1.29.4
246-
host-172-25-75-40 Ready master 3d20h v1.29.4
247-
host-172-25-75-65 Ready master 3d20h v1.29.4
248-
host-172-25-75-74 Ready infra,worker 3d20h v1.29.4
249-
host-172-25-75-79 Ready worker 3d20h v1.29.4
250-
host-172-25-75-86 Ready worker 3d20h v1.29.4
251-
host-172-25-75-98 Ready infra,worker 3d20h v1.29.4
244+
host-172-25-75-28 Ready master 3d20h v1.30.3
245+
host-172-25-75-38 Ready infra,worker 3d20h v1.30.3
246+
host-172-25-75-40 Ready master 3d20h v1.30.3
247+
host-172-25-75-65 Ready master 3d20h v1.30.3
248+
host-172-25-75-74 Ready infra,worker 3d20h v1.30.3
249+
host-172-25-75-79 Ready worker 3d20h v1.30.3
250+
host-172-25-75-86 Ready worker 3d20h v1.30.3
251+
host-172-25-75-98 Ready infra,worker 3d20h v1.30.3
252252
----
253253
+
254254
It can take several minutes for all nodes to report their state.

0 commit comments

Comments
 (0)