kubernetes/pkg/kubelet/logs
Claudiu Belu 430ada006d Fixes kubelet log compression on Windows
Currently, when kubelet will try to compress the logs to a .gz file,
it will attempt to rename the archive before closing its file handles,
which results in an error on Windows.

This addresses the issue mentioned above.
2022-07-29 20:53:21 +03:00
..
container_log_manager_stub.go Fix an issue when rotated logs of dead containers are not removed. 2020-07-24 10:06:24 +02:00
container_log_manager_test.go remove ioutil in kubelet 2022-04-27 21:08:42 +08:00
container_log_manager.go Fixes kubelet log compression on Windows 2022-07-29 20:53:21 +03:00