-
{org-name} Authorino Operator (Technical Preview)
-
{org-name} OpenShift Serverless Operator
-
{org-name} OpenShift Service Mesh Operator
-
You have cluster administrator privileges for your {openshift-platform} cluster.
-
You have access to the data science cluster.
-
In the {openshift-platform} console, click Operators → Installed Operators.
-
Click the Data Science Cluster tab.
-
Click the default instance name (for example, default-dsc) to open the instance details page.
-
Click the YAML tab to show the instance specifications.
-
Find the
spec.components
section, and then add or update it to include the followingmodelregistry
component entry, with themanagementState
field set toManaged
, and theregistriesNamespace
field set torhoai-model-registries
:modelregistry: managementState: Managed registriesNamespace: rhoai-model-registries
-
Click Save.
-
Confirm that the model registry namespace was created successfully:
-
In the OpenShift console, click Home → Projects.
-
Confirm that the
rhoai-model-registries
namespace appears in the Projects drop-down list.
-
-
Check the status of the model-registry-operator-controller-manager pod:
-
Click Workloads → Deployments.
-
Search for the model-registry-operator-controller-manager deployment.
-
Check the status:
-
Click the deployment name to open the deployment details page.
-
Click the Pods tab.
-
View the pod status.
When the status of the model-registry-operator-controller-manager-<pod-id> pod is Running, the pod is ready to use.
-
-
{productname-short} administrators can create, delete, and manage permissions for model registries. For more information, see Managing model registries.