We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the CSI Driver runs Mountpoint on the underlying host using systemd via it's D-Bus API. This approach has some downsides:
systemd
journalctl
Running Mountpoint inside a container would help to address these downsides.
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue.
As I described here, "Running Mountpoint inside a container without any privileges" would be better.
How about updating the issue title??
Sorry, something went wrong.
Hey @everpeace, agree with you. We haven't finalized the design yet, but we aim to make Mountpoint containers unprivileged.
aws-s3-csi-mounter
No branches or pull requests
Currently, the CSI Driver runs Mountpoint on the underlying host using
systemd
via it's D-Bus API. This approach has some downsides:systemd
processjournalctl
to get Mountpoint logssystemd
dependency on the host it runsRunning Mountpoint inside a container would help to address these downsides.
The text was updated successfully, but these errors were encountered: