Uninstalling the JobSet Operator
Uninstall the JobSet Operator by using the OpenShift Container Platform web console to remove the Operator instance and its resources from your cluster.
Uninstalling the JobSet Operator
Uninstall the JobSet Operator by using the OpenShift Container Platform web console to remove the Operator instance.
-
You have access to the cluster with
cluster-adminprivileges. -
You have access to the OpenShift Container Platform web console.
-
You have installed the JobSet Operator.
-
Log in to the OpenShift Container Platform web console.
-
Navigate to Operators → Installed Operators.
-
Select
openshift-js-operatorfrom the Project dropdown list. -
Delete the
JobSetOperatorinstance.-
Click JobSet Operator and select the JobSetOperator tab.
-
Click the Options menu
next to the cluster entry and select Delete JobSetOperator.
-
In the confirmation dialog, click Delete.
-
-
Uninstall the JobSet Operator.
-
Navigate to Operators → Installed Operators.
-
Click the Options menu
next to the JobSet Operator entry and click Uninstall Operator.
-
In the confirmation dialog, click Uninstall.
-
Uninstalling JobSet Operator resources
Optionally, after uninstalling the JobSet Operator, you can remove its related resources from your cluster.
-
You have access to the cluster with
cluster-adminprivileges. -
You have access to the OpenShift Container Platform web console.
-
You have uninstalled the JobSet Operator.
-
Log in to the OpenShift Container Platform web console.
-
Remove CRDs that were created when the JobSet Operator was installed:
-
Navigate to Administration → CustomResourceDefinitions.
-
Enter
JobSetOperatorin the Name field to filter the CRDs. -
Click the Options menu
next to the JobSetOperator CRD and select Delete CustomResourceDefinition.
-
In the confirmation dialog, click Delete.
-
-
Delete the
openshift-jobset-operatornamespace.-
Navigate to Administration → Namespaces.
-
Fine
openshift-jobset-operatorin the list of namespaces. -
Click the Options menu
next to the openshift-jobset-operator entry and select Delete Namespace.
-
In the confirmation dialog, enter
openshift-jobset-operatorand click Delete.
-