1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/serverless-uninstalling-knative-serving.adoc
2020-09-30 18:43:42 +00:00

27 lines
695 B
Plaintext

// Module included in the following assemblies:
//
// serverless/installing_serverless/installing-openshift-serverless.adoc
[id="serverless-uninstalling-knative-serving_{context}"]
= Uninstalling Knative Serving
To uninstall Knative Serving, you must remove its custom resource and delete the `knative-serving` namespace.
.Procedure
. Delete the `knative-serving` custom resource:
+
[source,terminal]
----
$ oc delete knativeservings.operator.knative.dev knative-serving -n knative-serving
----
. After the command has completed and all pods have been removed from the `knative-serving` namespace, delete the namespace:
+
[source,terminal]
----
$ oc delete namespace knative-serving
----