Bootstrap FreeKB - OpenShift - Install the OpenShift API for Data Protection (OADP) Operator
OpenShift - Install the OpenShift API for Data Protection (OADP) Operator

Updated:   |  OpenShift articles

In the OpenShift console, navigate to Operators > OperatorHub. Enter OADP in search and select the OADP Operator.

 

Select Install.

 

It's usually totally OK to just keep the defaults and select Install.

 

Assuming the operator is successfully installed, something like this should be displayed.

 

If you are not familiar with the oc command, refer to OpenShift - Getting Started with the oc command.

The oc get operator command should return the OADP operator.

~]$ oc get operators
NAME                                                              AGE
redhat-oadp-operator.openshift-adp                                119s

 

Assuming you installed the operator using the default option, there should be resources in the openshift-adp namespace.

~]$ oc get all --namespace openshift-adp
NAME                                                   READY   STATUS    RESTARTS   AGE
pod/openshift-adp-controller-manager-7589f7647-5l47r   1/1     Running   0          3m5s

NAME                                                       TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE
service/openshift-adp-controller-manager-metrics-service   ClusterIP   172.30.97.95   <none>        8443/TCP   3m10s

NAME                                               READY   UP-TO-DATE   AVAILABLE   AGE
deployment.apps/openshift-adp-controller-manager   1/1     1            1           3m5s

NAME                                                         DESIRED   CURRENT   READY   AGE
replicaset.apps/openshift-adp-controller-manager-7589f7647   1         1         1       3m5s

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter f9f83a in the box below so that we can be sure you are a human.