Any idea how to limit pod logs size? On rancher 2....
# general
b
Any idea how to limit pod logs size? On rancher 2.7, I tried adding KUBELET_EXTRA_ARGS with the value of "--container-log-max-size=10Mi --container-log-max-files=6" to my cluster configuration, but it doesn't seem to be applied to running kubelet processes on worker nodes.
Managed to do this using RKE yaml config edit 🙂