-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
remove duplicate volumes in the DSL #557
Comments
solving it in #558 |
/assign gaoning777 |
Duplicate of #494 |
Close the issue in favor of the the other. |
Linchin
pushed a commit
to Linchin/pipelines
that referenced
this issue
Apr 11, 2023
… applications (kubeflow#559) * Define a config file to list i) Relevant information about each application to build e.g the location of its source, the location of its kustomize manifest ii) The versions (i.e. branches) of the various repositories to build from * Create a python script that takes the cross product of applications and versions and creates a tekton PipelineRun to build the docker image and update the manifest. * Fix a bug in update_manifests with image_name not being set. Related to kubeflow#450: Continuous delivery of Kubeflow applications Here are some autogenerated PRs updating the manifests * kubeflow/manifests#697 * kubeflow/manifests#696 * Fix email of kubeflow bot to pass CLA check. * Fix kubeflow#557 Skip lint due to kubeflow#560
HumairAK
pushed a commit
to red-hat-data-services/data-science-pipelines
that referenced
this issue
Mar 11, 2024
2: Fix the issue when task list is not provided. 3: Fix the issue when there's multiple results provided 4: Update the document
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, DSL adds a volume for each container op that has a volume. For example, the current samples are compiled into a yaml with multiple gcp secret volumes. The DSL should detect the duplicate ones and only add one.
The text was updated successfully, but these errors were encountered: