diff options
| author | bindata-mockuser <ronl@google.com> | 2016-08-08 13:56:03 -0700 |
|---|---|---|
| committer | bindata-mockuser <ronl@google.com> | 2016-08-08 15:10:48 -0700 |
| commit | 7f66bb1e751a5e06f832557672d49ee2eb548914 (patch) | |
| tree | e1f409233969c89fc3868b204cd34a008e37de45 | |
| parent | 8a85b8ccf2b4d9507d797628f3adaedfef30786e (diff) | |
Adding known issues
| -rw-r--r-- | kubelet-eviction.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubelet-eviction.md b/kubelet-eviction.md index 427f6d7e..eafcd12e 100644 --- a/kubelet-eviction.md +++ b/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. + <!-- BEGIN MUNGE: GENERATED_ANALYTICS --> []() <!-- END MUNGE: GENERATED_ANALYTICS --> |
