pipelines
pipelines copied to clipboard
fix(backend): set correct permissions for local directory
same problem as https://github.com/kubeflow/pipelines/issues/7213
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To complete the pull request process, please assign linchin after the PR has been reviewed.
You can assign the PR to them by writing /assign @linchin
in a comment when ready.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve
in a comment
Approvers can cancel approval by writing /approve cancel
in a comment
Hi @larrytin. Thanks for your PR.
I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
/ok-to-test
/retest-required
is this related to https://github.com/kubeflow/pipelines/pull/6530 and https://github.com/kubeflow/pipelines/issues/5673 ?
@juliusvonkohout yes, this pull request is enough for me to use a non-root image
/retest
@zijianjoy this is important for the 2.0 release then, because otherwise it would be a regression.
What is required to merge this PR? I tested the changes in a restricted k8s environment (OpenShift) and these changes look good. With that, we and kfp-tekton team don't need to create SecurityContextContraint objects if this PR is merged.
/lgtm
@rimolive: changing LGTM is restricted to collaborators
In response to this:
/lgtm
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
/lgtm
@rimolive You need to join the KFP meeting to push this PR.
@rimolive You need to join the KFP meeting to push this PR.
Thank you, Julius! I've been attending the meetings for a while. I will propose this PR to be reviewed next meeting.
Same change has merged as https://github.com/kubeflow/pipelines/pull/9946