1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/update-preparing-ack.adoc
2025-02-04 18:21:44 +00:00

28 lines
1.2 KiB
Plaintext

// Module included in the following assemblies:
//
// * updating/preparing_for_updates/updating-cluster-prepare.adoc
:_mod-docs-content-type: PROCEDURE
[id="update-preparing-ack_{context}"]
= Providing the administrator acknowledgment
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}.
[WARNING]
====
Be aware that all responsibility falls on the administrator to ensure that all uses of removed APIs have been resolved and migrated as necessary before providing this administrator acknowledgment. {product-title} can assist with the evaluation, but cannot identify all possible uses of removed APIs, especially idle workloads or external tools.
====
.Prerequisites
* You must have access to the cluster as a user with the `cluster-admin` role.
.Procedure
* Run the following command to acknowledge that you have completed the evaluation and your cluster is ready for the Kubernetes API removals in {product-title} {product-version}:
+
[source,terminal]
----
$ oc -n openshift-config patch cm admin-acks --patch '{"data":{"ack-4.15-kube-1.29-api-removals-in-4.18":"true"}}' --type=merge
----