Files
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
..
2019-11-06 17:42:34 -05:00
2019-11-06 20:25:19 +08:00
2019-12-16 17:27:08 +08:00