mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #1725] Mounting S3 bucket to EKS Pod #888
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#888
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @00void00 on GitHub (Jul 20, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1725
Version of s3fs being used (s3fs --version)
_example: 1.86
Details about issue
I am using an EKS cluster and have given proper access rights to the worker nodes to use S3. My S3 objects are available under
/var/s3fsinside pod that is running as DaemonSet and usinghostPath: /mnt/data. Tried launching application pod that uses the same hostPath to fetch S3 content in/shareinside application pod BUT nothing is available there.Any suggestions what to do?
@Coming-2022 commented on GitHub (Jul 25, 2023):
same issue.