You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/update-preparing-ack.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
[id="update-preparing-ack_{context}"]
7
7
= Providing the administrator acknowledgment
8
8
9
-
After you have evaluated your cluster for any removed APIs and have migrated any removed APIs, you can acknowledge that your cluster is ready to upgrade from {product-title}{ocp-nminus1} to {product-version}.
9
+
After you have evaluated your cluster for any removed APIs and have migrated any removed APIs, you can acknowledge that your cluster is ready to upgrade from {product-title}4.18 to 4.19.
10
10
11
11
[WARNING]
12
12
====
@@ -23,5 +23,5 @@ Be aware that all responsibility falls on the administrator to ensure that all u
23
23
+
24
24
[source,terminal]
25
25
----
26
-
$ oc -n openshift-config patch cm admin-acks --patch '{"data":{"ack-4.15-kube-1.29-api-removals-in-4.18":"true"}}'--type=merge
26
+
$ oc -n openshift-config patch cm admin-acks --patch '{"data":{"ack-4.18-kube-1.32-api-removals-in-4.19":"true"}}'--type=merge
Copy file name to clipboardExpand all lines: modules/update-preparing-list.adoc
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,21 @@
5
5
[id="update-preparing-list_{context}"]
6
6
= Removed Kubernetes APIs
7
7
8
-
{product-title} 4.16 uses Kubernetes 1.29, which removed the following deprecated APIs. You must migrate manifests and API clients to use the appropriate API version. For more information about migrating removed APIs, see the link:https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-29[Kubernetes documentation].
8
+
{product-title} 4.19 uses Kubernetes 1.32, which removed the following deprecated APIs. You must migrate manifests and API clients to use the appropriate API version. For more information about migrating removed APIs, see the link:https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-32[Kubernetes documentation].
9
9
10
-
.APIs removed from Kubernetes 1.29
10
+
.APIs removed from Kubernetes 1.32
11
11
[cols="2,2,2,1",options="header",]
12
12
|===
13
13
|Resource |Removed API |Migrate to |Notable changes
14
14
15
15
|`FlowSchema`
16
-
|`flowcontrol.apiserver.k8s.io/v1beta2`
17
-
|`flowcontrol.apiserver.k8s.io/v1` or `flowcontrol.apiserver.k8s.io/v1beta3`
16
+
|`flowcontrol.apiserver.k8s.io/v1beta3`
17
+
|`flowcontrol.apiserver.k8s.io/v1`
18
18
|No
19
19
20
20
|`PriorityLevelConfiguration`
21
-
|`flowcontrol.apiserver.k8s.io/v1beta2`
22
-
|`flowcontrol.apiserver.k8s.io/v1` or `flowcontrol.apiserver.k8s.io/v1beta3`
Copy file name to clipboardExpand all lines: modules/update-preparing-migrate.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,4 @@
5
5
[id="update-preparing-migrate_{context}"]
6
6
= Migrating instances of removed APIs
7
7
8
-
For information about how to migrate removed Kubernetes APIs, see the link:https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-29[Deprecated API Migration Guide] in the Kubernetes documentation.
8
+
For information about how to migrate removed Kubernetes APIs, see the link:https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-32[Deprecated API Migration Guide] in the Kubernetes documentation.
Copy file name to clipboardExpand all lines: updating/preparing_for_updates/updating-cluster-prepare.adoc
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
:_mod-docs-content-type: ASSEMBLY
2
2
[id="updating-cluster-prepare"]
3
-
= Preparing to update to {product-title} 4.18
3
+
= Preparing to update to {product-title} 4.19
4
4
include::_attributes/common-attributes.adoc[]
5
5
:context: updating-cluster-prepare
6
6
@@ -17,15 +17,11 @@ Learn more about administrative tasks that cluster admins must perform to succes
17
17
[id="kube-api-removals_{context}"]
18
18
== Kubernetes API removals
19
19
20
-
There are no Kubernetes API removals in {product-title} 4.18.
20
+
{product-title} 4.19 uses Kubernetes 1.32, which removed several deprecated Kubernetes APIs.
21
21
22
-
// Commenting out this section because there are no APIs being removed in OCP 4.17 / Kube 1.30. But we'll need this section again for OCP 4.19 / Kube 1.32
23
-
////
24
-
{product-title} 4.16 uses Kubernetes 1.29, which removed several deprecated APIs.
25
-
26
-
A cluster administrator must provide a manual acknowledgment before the cluster can be updated from {product-title} 4.15 to 4.16. This is to help prevent issues after upgrading to {product-title} 4.16, where APIs that have been removed are still in use by workloads, tools, or other components running on or interacting with the cluster. Administrators must evaluate their cluster for any APIs in use that will be removed and migrate the affected components to use the appropriate new API version. After this evaluation and migration is complete, the administrator can provide the acknowledgment.
22
+
A cluster administrator must provide a manual acknowledgment before the cluster can be updated from {product-title} 4.18 to 4.19. This is to help prevent issues after upgrading to {product-title} 4.19, where APIs that have been removed are still in use by workloads, tools, or other components running on or interacting with the cluster. Administrators must evaluate their cluster for any APIs in use that will be removed and migrate the affected components to use the appropriate new API version. After this evaluation and migration is complete, the administrator can provide the acknowledgment.
27
23
28
-
Before you can update your {product-title} 4.15 cluster to 4.16, you must provide the administrator acknowledgment.
24
+
Before you can update your {product-title} 4.18 cluster to 4.19, you must provide the administrator acknowledgment.
0 commit comments