tianshapjq
84f7ac1f11
small nit in the annotations
2017-12-12 14:30:24 +08: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
joe2far
5ead89b5bb
Fixed several typos
2016-07-13 15:06:24 +01: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
Eric Paris
6b3a6e6b98
Make copyright ownership statement generic
...
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
2015-05-01 17:49:56 -04:00
Victor Marmol
7404b7019c
Move Docker-specific log handling to DockerManager.
...
Eases the separation of Docker-specific code into the Docker-specific
runtime.
2015-04-27 13:10:10 -07:00