Skip to content

Commit 1958298

Browse files
committed
Return s3fs-fuse & rclone back, fix #68 (README)
1 parent f7e3c21 commit 1958298

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ FROM alpine:3.17
1111
LABEL maintainers="Vitaliy Filippov <[email protected]>"
1212
LABEL description="csi-s3 slim image"
1313

14-
RUN apk add --no-cache fuse
15-
#RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community rclone s3fs-fuse
14+
RUN apk add --no-cache fuse rclone
15+
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community s3fs-fuse
1616

1717
ADD https://github.com/yandex-cloud/geesefs/releases/latest/download/geesefs-linux-amd64 /usr/bin/geesefs
1818
RUN chmod 755 /usr/bin/geesefs

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ kubectl create -f examples/storageclass.yaml
8282
```bash
8383
$ kubectl exec -ti csi-s3-test-nginx bash
8484
$ mount | grep fuse
85-
s3fs on /var/lib/www/html type fuse.s3fs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
86-
$ touch /var/lib/www/html/hello_world
85+
pvc-035763df-0488-4941-9a34-f637292eb95c: on /usr/share/nginx/html/s3 type fuse.geesefs (rw,nosuid,nodev,relatime,user_id=65534,group_id=0,default_permissions,allow_other)
86+
$ touch /usr/share/nginx/html/s3/hello_world
8787
```
8888

8989
If something does not work as expected, check the troubleshooting section below.

0 commit comments

Comments
 (0)