×

After uninstalling the OpenShift Serverless, the Operator and API custom resource definitions (CRDs) remain on the cluster. You can use the following procedure to remove the remaining CRDs.

Removing the Operator and API CRDs also removes all resources that were defined by using them, including Knative services.

Removing OpenShift Serverless Operator and API CRDs

Delete the Operator and API CRDs using the following procedure.

Prerequisites
  • Install the OpenShift CLI (oc).

  • You have access to an OpenShift Container Platform account with cluster administrator access.

  • You have uninstalled Knative Serving and removed the OpenShift Serverless Operator.

Procedure
  • To delete the remaining OpenShift Serverless CRDs, enter the following command:

    $ oc get crd -oname | grep 'knative.dev' | xargs oc delete