quadlet kube should use logging #16592
Labels
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
quadlet
quadlet uses
--log-driver passthrough
for regular .container files. This means just forwarding the journal socket to the container as-is. This has the advantage that journald can see who the actual sender of the log event is, rather than thinking everything comes from the conmon process. It also means conmon doesn't have to copy all the log data.I think we should do the same for .kube files, and thankfully the kube play already has a commandline option for this.
The text was updated successfully, but these errors were encountered: