kubernetes/pkg/kubelet/dockertools
Clayton Coleman 2bb2604f0b
Limit the size of the termination log and allow log input
Enforce the following limits:

12kb for total message length in container status
4kb for the termination message path file
2kb or 80 lines (whichever is shorter) from the log on error

Fallback to log output if the user requests it.
2017-01-23 12:26:38 -05:00
..
fixtures/seccomp Add profile unit tests 2016-06-13 14:39:09 +02:00
BUILD Limit the size of the termination log and allow log input 2017-01-23 12:26:38 -05:00
container_gc_test.go Merge pull request #39826 from shyamjvs/fake-docker-client-fix 2017-01-17 21:11:36 -08:00
container_gc.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
convert_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
convert.go Avoiding trying to gc images with no tags which are still in use 2016-07-27 10:31:47 -07:00
docker_manager_linux_test.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
docker_manager_linux.go dockertools: disable swap on Linux since it's unsupported. 2017-01-11 17:07:53 +00:00
docker_manager_test.go Merge pull request #38789 from jessfraz/cleanup-temp-dirs 2017-01-20 12:34:58 -08:00
docker_manager_unsupported.go dockertools: fix Windows implementation. 2017-01-11 17:07:52 +00:00
docker_manager_windows.go dockertools: fix Windows implementation. 2017-01-11 17:07:52 +00:00
docker_manager.go Limit the size of the termination log and allow log input 2017-01-23 12:26:38 -05:00
docker_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
docker.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
exec.go dockertools/nsenterexec: fix err shadow 2017-01-20 01:19:18 -08:00
fake_docker_client.go move utils used in restclient to client-go 2017-01-19 07:55:14 -05:00
fake_manager.go move utils used in restclient to client-go 2017-01-19 07:55:14 -05:00
images_test.go Made tracing of calls and container lifecycle steps in FakeDockerClient optional 2017-01-17 18:56:39 +01:00
images.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
instrumented_docker.go Add method to inspect Docker images by ID 2016-10-10 15:16:58 -04:00
kube_docker_client.go Add --image-pull-progress-deadline option to kubelet 2016-12-09 09:28:57 +08:00
labels_test.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
labels.go Limit the size of the termination log and allow log input 2017-01-23 12:26:38 -05:00