|
3 | 3 | // * updating/preparing_for_updates/updating-cluster-prepare.adoc |
4 | 4 |
|
5 | 5 | [id="update-preparing-list_{context}"] |
6 | | -= Removed Kubernetes APIs |
| 6 | += Removed APIs |
7 | 7 |
|
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]. |
| 8 | +{product-title} 4.20 removed the following Kubernetes 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/[Kubernetes documentation]. |
9 | 9 |
|
10 | | -.APIs removed from Kubernetes 1.32 |
| 10 | +.Kubernetes APIs removed from {product-title} 4.20 |
11 | 11 | [cols="2,2,2,1",options="header",] |
12 | 12 | |=== |
13 | 13 | |Resource |Removed API |Migrate to |Notable changes |
14 | 14 |
|
15 | | -|`FlowSchema` |
16 | | -|`flowcontrol.apiserver.k8s.io/v1beta3` |
17 | | -|`flowcontrol.apiserver.k8s.io/v1` |
18 | | -|No |
| 15 | +|`MutatingWebhookConfiguration` |
| 16 | +|`admissionregistration.k8s.io/v1beta1` |
| 17 | +|`admissionregistration.k8s.io/v1` |
| 18 | +|link:https://kubernetes.io/docs/reference/using-api/deprecation-guide/#webhook-resources-v122[Yes] |
19 | 19 |
|
20 | | -|`PriorityLevelConfiguration` |
21 | | -|`flowcontrol.apiserver.k8s.io/v1beta3` |
22 | | -|`flowcontrol.apiserver.k8s.io/v1` |
23 | | -|link:https://kubernetes.io/docs/reference/using-api/deprecation-guide/#flowcontrol-resources-v132[Yes] |
| 20 | +|`ValidatingAdmissionPolicy` |
| 21 | +|`admissionregistration.k8s.io/v1beta1` |
| 22 | +|`admissionregistration.k8s.io/v1` |
| 23 | +|link:https://kubernetes.io/docs/reference/using-api/deprecation-guide/#webhook-resources-v122[Yes] |
| 24 | + |
| 25 | +|`ValidatingAdmissionPolicyBinding` |
| 26 | +|`admissionregistration.k8s.io/v1beta1` |
| 27 | +|`admissionregistration.k8s.io/v1` |
| 28 | +|link:https://kubernetes.io/docs/reference/using-api/deprecation-guide/#webhook-resources-v122[Yes] |
| 29 | + |
| 30 | +|`ValidatingWebhookConfiguration` |
| 31 | +|`admissionregistration.k8s.io/v1beta1` |
| 32 | +|`admissionregistration.k8s.io/v1` |
| 33 | +|link:https://kubernetes.io/docs/reference/using-api/deprecation-guide/#webhook-resources-v122[Yes] |
24 | 34 |
|
25 | 35 | |=== |
0 commit comments