@@ -28,7 +28,7 @@ The stack installs a minimal set of dependency operators required by KServe:
2828
2929## Prerequisites
3030
31- - OpenShift cluster (version 4.19 or later)
31+ - OpenShift cluster (version 4.19.9 or later)
3232- ` kubectl ` or ` oc ` CLI installed
3333- Cluster admin permissions
3434- Helm v4
@@ -43,7 +43,7 @@ The values override configures the chart to install:
43434 . ** DataScienceCluster** (DSC) with only KServe set to ` Managed `
4444
4545All other components (AI Pipelines, Dashboard, Feast, Kueue, Model Registry, Ray, Trainer, Training Operator, TrustyAI,
46- Workbenches, MLflow, LlamaStack) are set to ` Removed ` .
46+ Workbenches, MLflow, LlamaStack, Spark Operator ) are set to ` Removed ` .
4747
4848## Values Override
4949
@@ -86,6 +86,8 @@ components:
8686 managementState : Removed
8787 nim :
8888 managementState : Removed
89+ wva :
90+ managementState : Removed
8991
9092 # -- Disable all non-inference components
9193 aipipelines :
@@ -135,6 +137,10 @@ components:
135137 llamastackoperator :
136138 dsc :
137139 managementState : Removed
140+
141+ sparkoperator :
142+ dsc :
143+ managementState : Removed
138144` ` `
139145
140146> [!NOTE]
@@ -157,9 +163,9 @@ The first run installs the OLM subscriptions (Namespace, OperatorGroup, Subscrip
157163CRDs do not exist yet.
158164
159165` ` ` bash
160- helm upgrade --install rhoai ./charts/odh-rhoai \
166+ helm upgrade --install rhaii ./charts/odh-rhoai \
161167 -f docs/examples/values-inference-only.yaml \
162- -n opendatahub -gitops --create-namespace
168+ -n rhaii -gitops --create-namespace
163169` ` `
164170
165171# ## 3. Wait for CRDs
@@ -189,9 +195,9 @@ Now that CRDs exist, the second run creates the CR resources (DSCInitialization,
189195LeaderWorkerSetOperator, etc.) :
190196
191197` ` ` bash
192- helm upgrade --install rhoai ./charts/odh-rhoai \
198+ helm upgrade --install rhaii ./charts/odh-rhoai \
193199 -f docs/examples/values-inference-only.yaml \
194- -n opendatahub -gitops
200+ -n rhaii -gitops
195201` ` `
196202
197203# ## 5. Enable Authorino TLS (post-install)
@@ -278,9 +284,9 @@ install:
2782842. Run `helm upgrade` again. CRs are skipped until their CRDs exist :
279285
280286 ` ` ` bash
281- helm upgrade --install rhoai ./charts/odh-rhoai \
287+ helm upgrade --install rhaii ./charts/odh-rhoai \
282288 -f docs/examples/values-inference-only.yaml \
283- -n opendatahub -gitops
289+ -n rhaii -gitops
284290 ` ` `
285291
286292# ## Authorino TLS issues
0 commit comments