×

Uninstalling the OpenShift Pipelines Operator is a two-step process:

  1. Delete the Custom Resources (CRs) that were added by default when you installed the OpenShift Pipelines Operator.

  2. Uninstall the OpenShift Pipelines Operator.

Uninstalling only the Operator will not remove the OpenShift Pipelines components created by default when the Operator is installed.

Deleting the OpenShift Pipelines components and Custom Resources

Delete the Custom Resources (CRs) created by default during installation of the OpenShift Pipelines Operator.

Procedure
  1. In the Administrator perspective of the web console, navigate to AdministrationCustom Resource Definition.

  2. Type config.operator.tekton.dev in the Filter by name box to search for the OpenShift Pipelines Operator CRs.

  3. Click CRD Config to see the Custom Resource Definition Details page.

  4. Click the Actions drop-down menu and select Delete Custom Resource Definition.

    Deleting the CRs will delete the OpenShift Pipelines components, and all the Tasks and Pipelines on the cluster will be lost.

  5. Click Delete to confirm the deletion of the CRs.

Uninstalling the OpenShift Pipelines Operator

Procedure
  1. From the OperatorsOperatorHub page, use the Filter by keyword box to search for OpenShift Pipelines Operator.

  2. Click the OpenShift Pipelines Operator tile. The Operator tile indicates it is installed.

  3. In the OpenShift Pipelines Operator descriptor page, click Uninstall.

Additional Resources