Fix geesefs path, which in current version doens't work and user will see timeout message in the logs

This commit is contained in:
a.foroughi 2023-07-21 21:29:14 +03:30
parent b630faefa7
commit f5d672783d

View file

@ -14,8 +14,8 @@ LABEL description="csi-s3 slim image"
RUN apk add --no-cache fuse
#RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community rclone s3fs-fuse
ADD https://github.com/yandex-cloud/geesefs/releases/latest/download/geesefs-linux-amd64 /usr/bin/geesefs
RUN chmod 755 /usr/bin/geesefs
ADD https://github.com/yandex-cloud/geesefs/releases/latest/download/geesefs-linux-amd64 /var/lib/kubelet/plugins/ru.yandex.s3.csi/geesefs
RUN chmod 755 /var/lib/kubelet/plugins/ru.yandex.s3.csi/geesefs
COPY --from=gobuild /build/s3driver /s3driver
ENTRYPOINT ["/s3driver"]