DEV Community

Discussion on: Mount S3 Objects to Kubernetes Pods

Collapse
 
oleksiihead profile image
Oleksii Smiichuk

Hi, Can set multiple bucketName?
I need to interact with few s3 buckets for different tasks

Collapse
 
antweiss profile image
Ant(on) Weiss

hi @oleksiihead
no support for this right now.
to add this one would need to do smthng like:

  1. modify the Dockerfile to replace the container startup command with an entrypoint script that mounts buckets in a loop.
  2. modify the Helm chart to receive an dictionary of bucket names and mount points and pass these into the DaemonSet

If you get to do this - please submit a PR.