$ oc delete knativeeventings.operator.knative.dev knative-eventing -n knative-eventing
Before you can remove the OpenShift Serverless Operator, you must remove Knative Eventing. To uninstall Knative Eventing, you must remove the KnativeEventing
custom resource (CR) and delete the knative-eventing
namespace.
You have access to an OpenShift Container Platform account with cluster administrator access.
Install the OpenShift CLI (oc
).
Delete the KnativeEventing
CR:
$ oc delete knativeeventings.operator.knative.dev knative-eventing -n knative-eventing
After the command has completed and all pods have been removed from the knative-eventing
namespace, delete the namespace:
$ oc delete namespace knative-eventing