-
Notifications
You must be signed in to change notification settings - Fork 928
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
Minio for pipeline no longer starts on some clusters #3040
Comments
no error produced on my local kind cluster on running pipeline manifest from master: not sure why you and #3041 are getting this error? or why not me? I followed this guide to apply manifest: |
@milinddethe15 The issue is the provisioner used with KIND.
So the GID 0 which doesn't have write perrmision now does. |
@fraenkel @milinddethe15 @ericgtkb Please create a PR and tag me. We also need to open a second PR against kubeflow/pipelines with the same changes. Please also examine whether we still need runasuser or whether we can remove
|
@fraenkel are you also on our slack or linkedin ? Feel free to reach out https://www.linkedin.com/in/juliusvonkohout/ |
#3045 is the upstream PR. |
Validation Checklist
Version
master
Detailed Description
When the mino pod starts, the logs have the following error:
The /data directory is
which means given the new securityContext, there is no way to write to /data.
Easiest solution is to add
Steps to Reproduce
Launch the pipeline app.
Screenshots or Videos (Optional)
No response
The text was updated successfully, but these errors were encountered: