-
Notifications
You must be signed in to change notification settings - Fork 31
Use Pipelines-v2 KFP chart from https://github.com/v3io/helm-charts #214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Conversation
| fullnameOverride: mpi-operator | ||
| crd: | ||
| create: false | ||
| create: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be changed to false
charts/mlrun-ce/requirements.yaml
Outdated
| dependencies: | ||
| - name: nuclio | ||
| version: "0.21.6" | ||
| version: "0.19.26" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
undo change
| repository: minio/minio | ||
| tag: "RELEASE.2025-10-15T17-29-55Z" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure the image is set as mentioned here on the minio chart - deployment
charts/mlrun-ce/Chart.yaml
Outdated
| apiVersion: v1 | ||
| name: mlrun-ce | ||
| version: 0.10.0-rc5 | ||
| version: 0.10.0-rc6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fyi @GiladShapira94 and @adamdelman this needs to be 0.11.0-rc0 as development will trigger 1.11 and 0.10.x needs to be released with 1.10.x
Description
Remove all legacy Kubeflow Pipelines (KFP v1) resources from
mlrun-ce, fully switch to thepipelines-v2subchart, and update installation profiles, dependencies, and supporting values. Also introduce Nuclio URL fields, improve MinIO defaults, and ensure MPI CRDs are created in non-admin ClusterIP installs.This should only be merged after this PR is merged.
Changes Made
1. Pipelines v2 integration
pipelines-v2dependency torequirements.yamlandrequirements.lock.pipelines-v2values block (service, CRDs, DB security contexts, persistence, managed storage).kfp2.yamland associated compatibility stubs.2. Non-admin ClusterIP installation updates
mpi-operator.crd.createfromfalse→true.3. Nuclio and MinIO adjustments
mlrun.nuclio.uiURLmlrun.nuclio.apiURL4. Removal of all legacy Pipelines templates
https://iguazio.atlassian.net/browse/CEML-550