Installing the JobSet Operator
Install the JobSet Operator on OpenShift Container Platform to enable management of large-scale, coordinated computing workloads, giving your applications a unified API and failure recovery.
Installing the JobSet Operator
Install the JobSet Operator on OpenShift Container Platform using the web console to begin managing large-scale, coordinated computing workloads.
-
You have access to the cluster with
cluster-adminprivileges. -
You have access to the OpenShift Container Platform web console.
-
You have installed the cert-manager Operator for Red Hat OpenShift.
-
Log in to the OpenShift Container Platform web console.
-
Verify that the cert-manager Operator for Red Hat OpenShift is installed.
-
Install the JobSet Operator.
-
Navigate to Ecosystem → Software Catalog.
-
Search for and select the
openshift-operatorsproject. -
Enter JobSet Operator into the filter box.
-
Select the JobSet Operator and click Install.
-
On the Install Operator page:
-
The Update channel is set to stable-v1.0, which installs the latest stable release of JobSet Operator.
-
Under Installation mode, select A specific namespace on the cluster.
-
Under Installed Namespace, select Operator recommended Namespace: openshift-jobset-operator.
-
Under Update approval, select one of the following update strategies:
-
The Automatic strategy allows Operator Lifecycle Manager (OLM) to automatically update the Operator when a new version is available.
-
The Manual strategy requires a user with appropriate credentials to approve the Operator update.
-
-
Click Install.
-
-
-
Create the custom resource (CR) for the JobSet Operator:
-
Navigate to Installed Operators → JobSet Operator.
-
Under Provided APIs, click Create instance in the JobSetOperator pane.
-
Set the name to cluster.
-
Set the managementState to Managed.
-
Click Create.
-
-
Check that the JobSet Operator and operand pods are running by entering the following command:
$ oc get pod -n openshift-jobset-operatorExample outputNAME READY STATUS RESTARTS AGE jobset-controller-manager-5595547fb-b4g2x 1/1 Running 0 48s jobset-operator-596cb848c6-q2dmp 1/1 Running 0 2m33s