Replies: 2 comments 2 replies
-
@kferrone yes this is what I've done when working with S3 in aws. Here's an example of my Dockerfile:
|
Beta Was this translation helpful? Give feedback.
-
I see. Kind of a bummer that I have to have a one off custom image. It's not a big deal, it's just I have a bunch of control plane services and out of all of them, just one needed a custom image. I have an idea though, how about the Chart has a section in values.yaml like: plugins:
- s3
- something
- ldap Then the main pod could use an init container to npm install the plugins into shared volume. Then the main container can add that node_modules to the Theoretically this would allow users to select plugins to install at runtime instead of requiring bespoke images. |
Beta Was this translation helpful? Give feedback.
-
Do I need to create my own image to include the s3 plugin. I can't seem to find anywhere that confirms or denies the existence of plugins within the default image used by the chart. I am planning on using v5 which seems to have the plugins just in the main source code. Does this mean the s3 plugin is just available?
Beta Was this translation helpful? Give feedback.
All reactions