kubernetes/pkg/api
Eric Ernst 80ee072b85 pod-overhead: utilize pod overhead for cgroup sizing, eviction handling
Pod and burstable QoS cgroups should take overhead of running a sandbox
into account if the PodOverhead feature is enabled. These helper
functions are utilized by Kubelet for sizing the pod and burstable QoS
cgroups.

Pod overhead is added to resource requests, regardless of the initial
request values. A particular resource pod overhead is only added to a
resource limit if a non-zero limit already existed.

This commit updates eviction handling to also take Pod Overhead into
account (if the feature is enabled).

Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2019-08-19 17:40:47 -07:00
..
endpoints
legacyscheme
persistentvolume
persistentvolumeclaim Fix nil pointer 2019-06-14 06:30:18 -06:00
pod Merge pull request #80946 from verb/comments 2019-08-03 20:17:50 -07:00
podsecuritypolicy
resourcequota
service
testapi
testing Merge pull request #77355 from apelisse/test-new-protoc 2019-07-25 16:01:14 -07:00
v1 pod-overhead: utilize pod overhead for cgroup sizing, eviction handling 2019-08-19 17:40:47 -07:00
OWNERS