summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2016-08-10 14:29:49 -0700
committerGitHub <noreply@github.com>2016-08-10 14:29:49 -0700
commit0093083c77b8aebe477c556d09afb46652adab5f (patch)
treea8d54417088dac5aabcb2b4cdaefc88dbf611e6c
parentfa0502f873eabf4f783726168a1e6609995d0dcd (diff)
parent7f66bb1e751a5e06f832557672d49ee2eb548914 (diff)
Merge pull request #30245 from ronnielai/container-gc
Automatic merge from submit-queue Adding known issues <!-- Reviewable:start --> This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30245) <!-- Reviewable:end -->
-rw-r--r--kubelet-eviction.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/kubelet-eviction.md b/kubelet-eviction.md
index eacc7685..4ac85765 100644
--- a/kubelet-eviction.md
+++ b/kubelet-eviction.md
@@ -476,6 +476,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.
+
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/proposals/kubelet-eviction.md?pixel)]()
<!-- END MUNGE: GENERATED_ANALYTICS -->