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-adminrole. - 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.componentssection, set themanagementStatefield toManagedfor the following components:-
datasciencepipelines -
kserve -
kueue -
trainingoperator
-
In the
spec.componentssection, include the followingmodelregistrycomponent entry with themanagementStatefield set toManagedand theregistriesNamespacefield set torhoai-model-registries:modelregistry: managementState: Managed registriesNamespace: rhoai-model-registriesmodelregistry: managementState: Managed registriesNamespace: rhoai-model-registriesCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Click Save.