-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[bug] open /tmp/outputs/Output/data: permission denied #8061
Comments
Hello @szymonbcoding, |
Hey @zijianjoy, is this document also hosted somewhere else? The doc says I need to request access. |
Sorry about that, the doc requires Kubeflow community member permission. Here is the public announcement: #7238 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing this issue. No activity for more than a year. /close |
@rimolive: Closing this issue. In response to this:
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. |
Environment
with Kubeflow on prem
No info, just "Build: dev local | Dashboard v0.0.2- | Isolation-Mode: multi-user" in left corner of Kubeflow UI.
I got non-admin access to Kubeflow platform.
1.8.13
Steps to reproduce
I created some KFP's components:
https://gist.github.com/szymonbcoding/faa2b5c3d46a4fd99ba1659410c06ffc
And then upload created pipeline's yaml file.
Unfortunatelly I got error during run of my pipeline:
This step is in Failed state with this message: Error (exit code 64): failed to open /tmp/outputs/Output/data: open /tmp/outputs/Output/data: permission denied
Does it mean that I have to root permission to use KFP?
Expected result
Successfully execution of my run
The text was updated successfully, but these errors were encountered: