-
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
Merge master into stable #11736
Closed
Closed
Merge master into stable #11736
Conversation
This file contains 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
Signed-off-by: Achyut Madhusudan <[email protected]>
Fix OWNERS to replicate dsp-tekton OWNERS file
Signed-off-by: Humair Khan <[email protected]>
UPSTREAM: <carry>: add ns scoped s3 support.
Signed-off-by: Humair Khan <[email protected]>
UPSTREAM: <carry>: add mlmd grpc dockerfile
Signed-off-by: Humair Khan <[email protected]>
transfer actions from dsp tekton.
Signed-off-by: Humair Khan <[email protected]>
UPSTREAM: <carry>: add actions from dsp tekton repo.
Signed-off-by: Humair Khan <[email protected]>
UPSTREAM: <carry>: remove unused images for v2.
Signed-off-by: Humair Khan <[email protected]>
…fetch UPSTREAM: <carry>: add ability to filter by pipeline id/ver
the model name for epxeriment is ExperimentUUID, not ExperimentID Signed-off-by: Humair Khan <[email protected]>
UPSTREAM: <carry>: correct typo in experiment model
Signed-off-by: Humair Khan <[email protected]>
update packages
Signed-off-by: Humair Khan <[email protected]>
UPSTREAM: <carry>: update packages.
Signed-off-by: Humair Khan <[email protected]>
UPSTREAM: <carry>: remove direct k8s pkg import.
Signed-off-by: Humair Khan <[email protected]>
UPSTREAM: <carry>: update outdate package
namely pipeline name, id, and pipeline version id filters for jobs & runs Signed-off-by: Humair Khan <[email protected]>
Signed-off-by: Humair Khan <[email protected]>
UPSTREAM: <carry>: feat: expose more filters for runs/jobs
…cations Launcher writes input artifacts to root paths /gcs, /minio, and /s3. These paths are not accessible by non-root users by default, which is problematic in locked-down Kubernetes installations and/or OpenShift. /gcs is currently a contract for KFP v2 python component wrappers, so the path cannot be changed. Mount an EmptyDir scratch volume to these paths to work around this. Additionally, /.local and /.cache are written to by pip, so add EmptyDir mounts for those too. Fixes: https://issues.redhat.com/browse/RHOAIENG-1889 Ref: kubeflow#5673 Ref: kubeflow#7345
…eable-paths UPSTREAM: <carry>: feat: mount EmptyDir volumes for launcher write locations
…flow#9678 (kubeflow#10459) Signed-off-by: hbelmiro <[email protected]> (cherry picked from commit 1ae0a82)
The following users are mentioned in OWNERS file(s) but are untrusted for the following reasons. One way to make the user trusted is to add them as members of the kubeflow org. You can then trigger verification by writing
|
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.
Description of your changes:
This syncs from the latest master to the stable branch. I had manually merge it because there were merge conflicts in
go.mod
for some reason.Checklist: