Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 3. Uninstalling OpenShift Serverless Knative Serving
Before you can remove the OpenShift Serverless Operator, you must remove Knative Serving. To uninstall Knative Serving, you must remove the KnativeServing custom resource (CR) and delete the knative-serving namespace.
3.1. Uninstalling Knative Serving Copier lienLien copié sur presse-papiers!
You can uninstall Knative Serving from your cluster by deleting the KnativeServing custom resource and its namespace. This removes all serverless application components and services from the cluster.
Prerequisites
- You have cluster administrator permissions on OpenShift Container Platform, or you have cluster or dedicated administrator permissions on OpenShift Dedicated.
-
You have installed the OpenShift CLI (
oc).
Procedure
Delete the
KnativeServingCR:$ oc delete knativeservings.operator.knative.dev knative-serving -n knative-servingAfter the command has completed and all pods have been removed from the
knative-servingnamespace, delete the namespace:$ oc delete namespace knative-serving