Y
Hacker News
new
|
ask
|
show
|
jobs
by
threeseed
2038 days ago
You can do this using s3backer, goofys etc to mount S3 as a host filesystem and then use the host path provisioner.
1 comments
javierdlrm
2037 days ago
The hostPath provisioner has just RWO access mode, which means only single node. For RWX (read-write in multi-node), Goofys could be used via CSI though.
link