このコンテンツは選択した言語では利用できません。
Chapter 3. Installing the required components for LAB-tuning
To use the LAB-tuning in OpenShift AI, you must install several components.
Prerequisites
-
You have logged in to OpenShift with the
cluster-admin
role. - You have installed the required Operators for LAB-tuning.
Procedure
-
In the OpenShift console, click Operators
Installed Operators. - Search for the Red Hat OpenShift AI Operator, and then click the Operator name to open the Operator details page.
- 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.
In the
spec.components
section, set themanagementState
field toManaged
for the following components:-
datasciencepipelines
-
kserve
-
kueue
-
trainingoperator
-
In the
spec.components
section, include the followingmodelregistry
component entry with themanagementState
field set toManaged
and theregistriesNamespace
field set torhoai-model-registries
:modelregistry: managementState: Managed registriesNamespace: rhoai-model-registries
modelregistry: managementState: Managed registriesNamespace: rhoai-model-registries
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Click Save.