kubernetes/pkg/kubelet/eviction
Clayton Coleman af9e0be163
kubelet: Record kubelet_evictions when limits are hit
The pod, container, and emptyDir volumes can all trigger evictions
when their limits are breached. To ensure that administrators can
alert on these type of evictions, update kubelet_evictions to include
the following signal types:

* ephemeralcontainerfs.limit - container ephemeral storage breaches its limit
* ephemeralpodfs.limit - pod ephemeral storage breaches its limit
* emptydirfs.limit - pod emptyDir storage breaches its limit
2020-02-18 15:08:30 -05:00
..
api Delete duplicate resource.Quantity.Copy() 2019-08-19 17:23:14 -07:00
BUILD hack/update-vendor.sh 2019-11-06 17:42:34 -05:00
doc.go
eviction_manager_test.go Correct spelling mistakes 2019-11-06 20:25:19 +08:00
eviction_manager.go kubelet: Record kubelet_evictions when limits are hit 2020-02-18 15:08:30 -05:00
helpers_test.go feat: cleanup PodPriority features gate 2019-06-23 11:57:24 +08:00
helpers.go Correct spelling mistakes 2019-11-06 20:25:19 +08:00
memory_threshold_notifier_test.go Cleanup more static check issues (S1*,ST*) 2019-08-21 10:40:21 -07:00
memory_threshold_notifier.go Move from glog to klog 2018-11-10 07:50:31 -05:00
mock_threshold_notifier_test.go fix memcg fd leak 2018-06-11 11:37:50 -07:00
OWNERS kubelet: add sjenning to kubelet subdirectory owners files 2019-06-03 08:26:24 -05:00
threshold_notifier_linux.go Correct spelling mistakes 2019-11-06 20:25:19 +08:00
threshold_notifier_unsupported.go Move from glog to klog 2018-11-10 07:50:31 -05:00
types.go fix misspelling in comment 2019-12-16 17:27:08 +08:00