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
In the fluentd chart, there is no way to override the default entrypoint of the image. It either uses the default or is hard coded to /fluentd/entrypoint.sh (if using plugins). Provide a value to override the entrypoint, with a default of /fluentd/entrypoint.sh.
Without plugins, the entrypoint will replace the shell. With plugins, the plugins will install, then the entrypoint will replace the shell. This also allows us to pass additional arguments to the entrypoint without making it into an array.
The text was updated successfully, but these errors were encountered:
In the fluentd chart, there is no way to override the default entrypoint of the image. It either uses the default or is hard coded to /fluentd/entrypoint.sh (if using plugins). Provide a value to override the entrypoint, with a default of
/fluentd/entrypoint.sh
.My suggestion is to always use the pattern:
Without plugins, the entrypoint will replace the shell. With plugins, the plugins will install, then the entrypoint will replace the shell. This also allows us to pass additional arguments to the entrypoint without making it into an array.
The text was updated successfully, but these errors were encountered: