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
README section "Test the S3 driver" contains instructions as follows:
$ kubectl exec -ti csi-s3-test-nginx bash $ mount | grep fuse s3fs on /var/lib/www/html type fuse.s3fs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) $ touch /var/lib/www/html/hello_world
Path to mounted volume has changed /var/lib/www/html --> /usr/share/nginx/html/s3.
/var/lib/www/html
/usr/share/nginx/html/s3
The text was updated successfully, but these errors were encountered:
1958298
No branches or pull requests
README section "Test the S3 driver" contains instructions as follows:
Path to mounted volume has changed
/var/lib/www/html
-->/usr/share/nginx/html/s3
.The text was updated successfully, but these errors were encountered: