-
Notifications
You must be signed in to change notification settings - Fork 430
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
Mount Bucket on the Kubernetes pod #328
Comments
moby/moby#9448 (comment) shows with Docker you can get away with |
Here’s how to mount a FUSE volume /dev/fuse in Kubernetes without |
Thanks @pre for the pointer to the k8s issue. From that bug I also found this link which has detailed instructions from your post including some minor fixes. |
I want to mount my Bucket on the Kubernetes container using gcsfuse.
I followed this example https://github.com/maciekrb/gcs-fuse-sample and it works fine, but I have a question.
Is it possible to mount my bucket on the Kubernetes container without running my container in
privileged
mode ?Probably, mount it, when I am building my Docker image.
The text was updated successfully, but these errors were encountered: