mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
OSDOCS#14987: Adding RNs for the removed Kube API and admin-ack
This commit is contained in:
@@ -520,6 +520,23 @@ With this release, the `HostFirmwareComponents` resource for bare metal describe
|
||||
|
||||
For more information, see xref:../installing/installing_bare_metal/bare-metal-postinstallation-configuration.adoc#bmo-about-the-hostfirmwarecomponents-resource_bare-metal-postinstallation-configuration[About the HostFirmwareComponents resource].
|
||||
|
||||
[id="ocp-4-20-admin-ack-updating_{context}"]
|
||||
==== Required administrator acknowledgment when updating from {product-title} 4.19 to 4.20
|
||||
|
||||
In {product-title} 4.17, a previously xref:../release_notes/ocp-4-20-release-notes.adoc#ocp-4-20-removed-kube-apis_release-notes[removed Kubernetes API] was inadvertently reintroduced. It has been removed again in {product-title} 4.20.
|
||||
|
||||
Before a cluster can be updated from {product-title} 4.19 to 4.20, a cluster administrator must manually provide acknowledgment. This safeguard helps to prevent update issues that could occur if workloads, tools, or other components still depend on the Kubernetes API that has been removed in {product-title} 4.20.
|
||||
|
||||
Administrators must take the following actions before proceeding with the cluster update:
|
||||
|
||||
. Evaluate the cluster for the use of APIs that will be removed.
|
||||
. Migrate the affected manifests, workloads, and API clients to use the supported API version.
|
||||
. Provide the administrator acknowledgment that all necessary updates have been made.
|
||||
|
||||
All {product-title} 4.19 clusters require this administrator acknowledgment before they can be updated to {product-title} 4.20.
|
||||
|
||||
For more information, see xref:../updating/preparing_for_updates/updating-cluster-prepare.adoc#kube-api-removals_updating-cluster-prepare[Kubernetes API removals].
|
||||
|
||||
[id="ocp-release-notes-machine-config-operator_{context}"]
|
||||
=== Machine Config Operator
|
||||
|
||||
@@ -801,7 +818,7 @@ For more information, see xref:../updating/updating_a_cluster/updating-cluster-c
|
||||
include::snippets/osdk-release-notes-operator-images.adoc[]
|
||||
|
||||
[id="ocp-release-notes-olm_{context}"]
|
||||
=== Operator lifecycle
|
||||
=== Operator lifecycle
|
||||
|
||||
[id="ocp-release-notes-olm-operatorhub-rename_{context}"]
|
||||
==== Red{nbsp}Hat Operator catalogs moved from OperatorHub to the software catalog in the console
|
||||
@@ -809,7 +826,7 @@ include::snippets/osdk-release-notes-operator-images.adoc[]
|
||||
With this release, the Red{nbsp}Hat-provided Operator catalogs have moved from OperatorHub to the software catalog and the *Operators* navigation item is renamed to *Ecosystem* in the console. The unified software catalog presents Operators, Helm charts, and other installable content in the same console view.
|
||||
|
||||
* To access the Red{nbsp}Hat-provided Operator catalogs in the console, select *Ecosystem* -> *Software Catalog*.
|
||||
* To manage, update, and remove installed Operators, select *Ecosystem* -> *Installed Operators*.
|
||||
* To manage, update, and remove installed Operators, select *Ecosystem* -> *Installed Operators*.
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
@@ -1171,16 +1188,35 @@ This prevents users from discovering certain problems only after the cache is po
|
||||
[id="ocp-release-removed-features_{context}"]
|
||||
=== Removed features
|
||||
|
||||
.APIs removed from Kubernetes 1.32
|
||||
[id="ocp-4-20-removed-kube-apis_{context}"]
|
||||
==== Removed Kubernetes APIs
|
||||
|
||||
{product-title} 4.20 removed the following Kubernetes APIs. You must migrate your manifests, automation, and API clients to use the new, supported API versions before updating to 4.20. For more information about migrating removed APIs, see the link:https://kubernetes.io/docs/reference/using-api/deprecation-guide/[Kubernetes documentation].
|
||||
|
||||
.Kubernetes APIs removed from {product-title} 4.20
|
||||
[cols="2,2,2,1",options="header",]
|
||||
|===
|
||||
|Resource |Removed API |Migrate to |Notable changes
|
||||
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|`MutatingWebhookConfiguration`
|
||||
|`admissionregistration.k8s.io/v1beta1`
|
||||
|`admissionregistration.k8s.io/v1`
|
||||
|link:https://kubernetes.io/docs/reference/using-api/deprecation-guide/#webhook-resources-v122[Yes]
|
||||
|
||||
|`ValidatingAdmissionPolicy`
|
||||
|`admissionregistration.k8s.io/v1beta1`
|
||||
|`admissionregistration.k8s.io/v1`
|
||||
|link:https://kubernetes.io/docs/reference/using-api/deprecation-guide/#webhook-resources-v122[Yes]
|
||||
|
||||
|`ValidatingAdmissionPolicyBinding`
|
||||
|`admissionregistration.k8s.io/v1beta1`
|
||||
|`admissionregistration.k8s.io/v1`
|
||||
|link:https://kubernetes.io/docs/reference/using-api/deprecation-guide/#webhook-resources-v122[Yes]
|
||||
|
||||
|`ValidatingWebhookConfiguration`
|
||||
|`admissionregistration.k8s.io/v1beta1`
|
||||
|`admissionregistration.k8s.io/v1`
|
||||
|link:https://kubernetes.io/docs/reference/using-api/deprecation-guide/#webhook-resources-v122[Yes]
|
||||
|===
|
||||
|
||||
[id="ocp-4-20-deprecated-features_{context}"]
|
||||
|
||||
Reference in New Issue
Block a user