Hide
== Data Science dashboard does not detect an existing OpenShift Pipelines installation
When the OpenShift Pipelines operator is installed as a global operator on your cluster, the Data Science dashboard does not properly detect it.
An alert icon appears next to the *Data Science Pipelines* option in the left navigation bar. When you open *Data Science Pipelines*, you see the message:
“To use pipelines, first install the Red Hat OpenShift Pipelines Operator.”
However, when you view the list of installed operators in the `openshift-operators` project, you see that OpenShift Pipelines is installed as a global operator on your cluster.
*Workaround*
Follow these steps as a user with `cluster-admin` permissions:
. Log in to your cluster using the `oc` client.
. Enter the following command to update `OdhDashboardConfig` in the `redhat-ods-applications` application namespace:
+
----
$ oc patch OdhDashboardConfig odh-dashboard-config -n redhat-ods-applications --type=merge -p '{"spec": {"dashboardConfig": {"disablePipelines": false}}}'
----
Show
== Data Science dashboard does not detect an existing OpenShift Pipelines installation
When the OpenShift Pipelines operator is installed as a global operator on your cluster, the Data Science dashboard does not properly detect it.
An alert icon appears next to the *Data Science Pipelines* option in the left navigation bar. When you open *Data Science Pipelines*, you see the message:
“To use pipelines, first install the Red Hat OpenShift Pipelines Operator.”
However, when you view the list of installed operators in the `openshift-operators` project, you see that OpenShift Pipelines is installed as a global operator on your cluster.
*Workaround*
Follow these steps as a user with `cluster-admin` permissions:
. Log in to your cluster using the `oc` client.
. Enter the following command to update `OdhDashboardConfig` in the `redhat-ods-applications` application namespace:
+
----
$ oc patch OdhDashboardConfig odh-dashboard-config -n redhat-ods-applications --type=merge -p '{"spec": {"dashboardConfig": {"disablePipelines": false}}}'
----