You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/00-check-for-required-env.sh
Required S3_SERVICE environment variable missing
Thank you for flagging this @zc-devs and I really apologize for the oversight. I put together a quick fix and tested against the two s3 services we support. Can you check that this branch works as you expect? #248
Thank you for flagging this @zc-devs and I really apologize for the oversight. I put together a quick fix and tested against the two s3 services we support. Can you check that this branch works as you expect? #248
I'm actually going to go ahead and merge so fewer people are bitten by this. Please let me know if the new image works for you.
Describe the bug
Pod fails to run with error:
while documentation says that there should be
s3
default value.BTW, documentation formatting is broken and there is no description as well.
To reproduce
Steps to reproduce the behavior:
Expected behavior
Container/Pod starts.
Your environment
Additional context
Worked on
unprivileged-oss-20240113
. Works onunprivileged-oss-20240507
ifS3_SERVICE: s3
is set.The text was updated successfully, but these errors were encountered: