kubernetes/pkg/kubelet/kuberuntime
Giuseppe Scrivano 8f68b281e4
kubelet: force checking the log file every second
it seems fsnotify can miss some read events, blocking the kubelet to
receive more data from the log file.

If we end up waiting for events with fsnotify, force a read from the
log file every second so that are sure to not miss new data for longer
than that.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-03-30 17:42:20 +01:00
..
logs kubelet: force checking the log file every second 2019-03-30 17:42:20 +01:00
BUILD New staging repository for cri-api 2019-03-26 18:21:04 -04:00
doc.go cmd/kubelet 2016-11-23 15:53:09 -08:00
fake_kuberuntime_manager.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
helpers_linux_test.go Fix unit tests calling SetFeatureGateDuringTest incorrectly 2018-11-21 11:51:33 -05:00
helpers_linux.go fix #73264 cpuPeriod was not reset, but used as it is if alpha gate is disabled 2019-02-01 16:45:43 +01:00
helpers_test.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
helpers_unsupported.go Setup windows container config to kubelet CRI 2018-02-28 09:56:41 +08:00
helpers_windows.go Setup windows container config to kubelet CRI 2018-02-28 09:56:41 +08:00
helpers.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
instrumented_services_test.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
instrumented_services.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kuberuntime_container_linux_test.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kuberuntime_container_linux.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kuberuntime_container_test.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kuberuntime_container_unsupported.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kuberuntime_container_windows_test.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kuberuntime_container_windows.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kuberuntime_container.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kuberuntime_gc_test.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kuberuntime_gc.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kuberuntime_image_test.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kuberuntime_image.go Merge pull request #75587 from tiffanyfay/cred-provider 2019-03-29 14:48:47 -07:00
kuberuntime_logs.go kubelet: plumb context for log requests 2018-08-10 17:35:46 -07:00
kuberuntime_manager_test.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kuberuntime_manager.go Merge pull request #75531 from dims/add-new-staging-repository-for-cri-api 2019-03-26 18:10:49 -07:00
kuberuntime_sandbox_test.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kuberuntime_sandbox.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
labels_test.go Remove container type from kubelet runtime labels 2018-12-21 15:47:47 +01:00
labels.go Remove container type from kubelet runtime labels 2018-12-21 15:47:47 +01:00
legacy_test.go fix golint failures - /pkg/kubelet/images 2018-09-17 10:52:25 +08:00
legacy.go fix golint failures - /pkg/kubelet/images 2018-09-17 10:52:25 +08:00
security_context_test.go security_context_test.go(TestVerifyRunAsNonRoot): add more test cases. 2017-12-20 18:02:52 +01:00
security_context.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00