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
{{ message }}
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
I believe these fields are added automatically by the logging library.
Having said that, it looks like it's possible to customise the the time key so potentially that could be added as a flag (with a default value that matches the current behaviour).
I'm not against flags to provide this as long as they're nicely named and preserve existing behaviour by default to avoid subtly breaking things for cluster operators.
If I try to use json logs for kiam on my k8s cluster I get this error from fluent-bit:
This happens because kiam produce a log like this:
The field
time
is areserved key
for the docker log. When docker tries to merge the kiam log with the container log produce a not valid JSON.Could you add a way to change kiam to use another field name? Or at least a way to configure the JSON log to use different field names.
The text was updated successfully, but these errors were encountered: