fix: rename DSC datasciencepipelines to aipipelines for RHOAI 3.4 - #14
Closed
itay1551 wants to merge 5 commits into
Closed
fix: rename DSC datasciencepipelines to aipipelines for RHOAI 3.4#14itay1551 wants to merge 5 commits into
itay1551 wants to merge 5 commits into
Conversation
RHOAI 3.4 removed datasciencepipelines from the DataScienceCluster schema; SSA fails with "field not declared in schema" until the chart uses aipipelines.
ModelMesh is not in the DSC v2 schema and is unused by the llm-d/KServe path.
MaaS needs a DB secret and Authorino TLS we do not provision; keep it Removed so DSC can become Ready while llm-d/KServe still runs.
v4.17 NFD operands crash on 4.21 (missing NodeFeatureGroup API), so the GPU Operator never sees NFD labels and skips driver/device-plugin install.
Use a deterministic Grafana admin password under Argo and drop the global Continue ConfigMap so DevSpaces cannot overwrite per-ns API keys/headers.
itay1551
marked this pull request as ready for review
July 22, 2026 11:24
Hadar301
added a commit
to Hadar301/private-coding-assistant
that referenced
this pull request
Jul 22, 2026
- Remove continue-config from devspaces-global-config.yaml; DevSpaces operator propagates global CMs into user namespaces (subpath mount, read-only) and would clobber per-ns API key/headers. Continue config lives only in per-namespace continue-configmaps.yaml. - DSC: modelsAsService → Removed, remove modelmeshserving (RHOAI 3.4) - NFD image: v4.17 → v4.21 Co-Authored-By: Itay Katav <itay1551@users.noreply.github.com> Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Collaborator
|
Adding changes from this PR in this commit let me know if I'm missing something |
Collaborator
Author
Hadar301
added a commit
to Hadar301/private-coding-assistant
that referenced
this pull request
Jul 23, 2026
- llm-d-gateway-httproute: fallback service uses port 80 (KServe service exposes 80→8000; port 8000 is pod-direct only for InferencePool/EPP) - pca-observability/values.yaml: update adminPassword comment to reflect deterministic hash approach (aligned with upstream PR rh-ai-quickstart#14) - values-aro.yaml (operators): nfd.enabled: true — ARO requires NFD to label GPU nodes with nvidia.com/gpu.deploy.* so driver DaemonSet schedules Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
6 tasks
Hadar301
added a commit
that referenced
this pull request
Jul 23, 2026
- Remove continue-config from devspaces-global-config.yaml; DevSpaces operator propagates global CMs into user namespaces (subpath mount, read-only) and would clobber per-ns API key/headers. Continue config lives only in per-namespace continue-configmaps.yaml. - DSC: modelsAsService → Removed, remove modelmeshserving (RHOAI 3.4) - NFD image: v4.17 → v4.21 Co-Authored-By: Itay Katav <itay1551@users.noreply.github.com> Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Hadar301
added a commit
that referenced
this pull request
Jul 23, 2026
- llm-d-gateway-httproute: fallback service uses port 80 (KServe service exposes 80→8000; port 8000 is pod-direct only for InferencePool/EPP) - pca-observability/values.yaml: update adminPassword comment to reflect deterministic hash approach (aligned with upstream PR #14) - values-aro.yaml (operators): nfd.enabled: true — ARO requires NFD to label GPU nodes with nvidia.com/gpu.deploy.* so driver DaemonSet schedules Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
datasciencepipelines→aipipelinesin ROSA and ARODataScienceClustercharts for RHOAI 3.4 schema compatibility.pca-platform-config(field not declared in schema).Test plan
pca-rootat this branch and confirmpca-platform-configsyncsDataScienceCluster/default-dscis createdLLMInferenceServiceCRD appears andpca-ai-servingprogressesmake smokeonce serving is ready