Hi guys. I have encountered difficulties configuri...
# k3s
w
Hi guys. I have encountered difficulties configuring the logs. I see that some logs are written in json format, while others are in the "native" klog. Is it possible to configure the json format for all logs of the server and agent system components? UPD: I tryed just --logging-format=json , but it seems there is no flag for k3s server
c
No. There are many different things that all run in the k3s process (Kubernetes, containerd, flannel, etcd) and they do not have a unified logging framework or format.
w
Ok. Thanks