mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #2192] s3fs not working with EKS #1115
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#1115
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 @ricosega on GitHub (Jun 21, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2192
Additional Information
When running in EKS we found many issues. We have to give container
privileged: truethis causes the s3fs (do not know why) to access the node iam role which interferes with the role provided through the serviceaccount. So if we run the command with-o iam_role="auto"it takes the node role but if we set the role name instead we receive a 404 error when trying to get instance metadata as you will see below.Version of s3fs being used (
s3fs --version)V1.92 (commit:7c9cf843168ce2a870b20a954b823f3c8100ec5d)
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)2.9.9
Kernel information (
uname -r)5.10.179-168.710.amzn2.x86_64
GNU/Linux Distribution, if applicable (
cat /etc/os-release)Arch Linux
How to run s3fs, if applicable
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)Details about issue
How can we do to make this work in EKS but using IAM roles attached to the container?
@joebowbeer commented on GitHub (Jun 22, 2023):
Dup of #1778 ?
@ricosega commented on GitHub (Jun 22, 2023):
@joebowbeer you are right, didnt see it. I close this one.