mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * updating/preparing_for_updates/updating-cluster-prepare.adoc
|
|
|
|
[id="update-preparing-list_{context}"]
|
|
= Removed Kubernetes APIs
|
|
|
|
{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].
|
|
|
|
.APIs removed from Kubernetes 1.29
|
|
[cols="2,2,2,1",options="header",]
|
|
|===
|
|
|Resource |Removed API |Migrate to |Notable changes
|
|
|
|
|`FlowSchema`
|
|
|`flowcontrol.apiserver.k8s.io/v1beta2`
|
|
|`flowcontrol.apiserver.k8s.io/v1` or `flowcontrol.apiserver.k8s.io/v1beta3`
|
|
|No
|
|
|
|
|`PriorityLevelConfiguration`
|
|
|`flowcontrol.apiserver.k8s.io/v1beta2`
|
|
|`flowcontrol.apiserver.k8s.io/v1` or `flowcontrol.apiserver.k8s.io/v1beta3`
|
|
|link:https://kubernetes.io/docs/reference/using-api/deprecation-guide/#flowcontrol-resources-v129[Yes]
|
|
|
|
|===
|