HirazawaUi
a8173eded3
delete unused functions in pkg/kubelet directory
2023-01-16 20:00:49 +08:00
inosato
3b95d3b076
Remove ioutil in kubelet and its tests
...
Signed-off-by: inosato <si17_21@yahoo.co.jp>
2022-07-30 12:35:26 +09:00
Marian Lobur
5d1b3e26af
Fix an issue when rotated logs of dead containers are not removed.
2020-07-24 10:06:24 +02:00
Clayton Coleman
eff134cd5f
Use chmod to bypass umask on termination log file
...
os.Create() will obey the umask which results in the file being 0644
when injected in the container.
2017-01-23 12:26:37 -05:00
Random-Liu
0655ae56bb
Add pod log garbage collection unit test.
2016-10-24 00:03:34 -07:00
Random-Liu
121a91eb12
Symlink docker logs to CRI defined log path.
2016-10-23 19:08:47 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Lucas Käldström
2022c44409
kubelet: Use MkdirAll instead of Mkdir
2016-05-22 00:23:18 +03:00
Yifan Gu
9d5bcf4251
rkt: Add tests for GarbageCollect().
2016-05-13 15:13:52 -07:00
Euan Kemp
a6718f5969
rkt: Implement pod FinishedAt
...
This is implemented via touching a file on stop as a hook in the systemd
unit. The ctime of this file is then used to get the `finishedAt` time
in the future.
In addition, this changes the `startedAt` and `createdAt` to use the api
server's results rather than the annotations it previously used.
It's possible we might want to move this into the api in the future.
Fixes #23887
2016-04-22 15:34:55 -07:00
Tim St. Clair
7b6d843309
Move test-only files to test-only packages
2016-03-01 09:11:32 -08:00