From 47a414a2d6f6ff74d69c72bdb44b3e78c75f4b97 Mon Sep 17 00:00:00 2001 From: bindata-mockuser Date: Mon, 8 Aug 2016 13:56:03 -0700 Subject: [PATCH] Adding known issues --- docs/proposals/kubelet-eviction.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/proposals/kubelet-eviction.md b/docs/proposals/kubelet-eviction.md index 427f6d7e6af..eafcd12e27e 100644 --- a/docs/proposals/kubelet-eviction.md +++ b/docs/proposals/kubelet-eviction.md @@ -465,6 +465,11 @@ In general, it should be strongly recommended that `DaemonSet` not create `BestEffort` pods to avoid being identified as a candidate pod for eviction. Instead `DaemonSet` should ideally include Guaranteed pods only. +## Known issues + +The pod eviction may evict more pods than needed due to stats collection timing gap. This can be mitigated by adding +the ability to get root container stats on an on-demand basis (https://github.com/google/cadvisor/issues/1247) in the future. + [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/proposals/kubelet-eviction.md?pixel)]()