Seth Jennings
|
4c30459e49
|
switch from local qos types to api types
|
2017-01-10 10:54:30 -06:00 |
|
NickrenREN
|
85e6076fab
|
remove eviction-manager start return err
Start() function will never return err,we do not need the return value
|
2017-01-06 09:32:16 +08:00 |
|
NickrenREN
|
0f35ce1af3
|
drop NewManager() return err
NewManager will never return err,drop it
|
2017-01-03 11:24:12 +08:00 |
|
bprashanth
|
1743c6b6ab
|
Don't evict static pods
|
2016-12-22 16:22:14 -08:00 |
|
Dawn Chen
|
b03fca9783
|
Fixed an import cycle issue:
import cycle not allowed in test
package k8s.io/kubernetes/pkg/client/restclient (test)
imports k8s.io/kubernetes/pkg/api/testapi
imports k8s.io/kubernetes/pkg/apis/componentconfig/install
imports k8s.io/kubernetes/pkg/apis/componentconfig/v1alpha1
imports k8s.io/kubernetes/pkg/kubelet/qos
imports k8s.io/kubernetes/pkg/kubelet/pod
imports k8s.io/kubernetes/pkg/client/clientset_generated/clientset
imports k8s.io/kubernetes/pkg/client/clientset_generated/clientset/typed/apps/v1beta1
imports k8s.io/kubernetes/pkg/client/restclient
|
2016-12-21 16:34:24 -08:00 |
|
bprashanth
|
afd676d94c
|
Kubelet admits critical pods even under memory pressure
|
2016-12-15 18:58:09 -08:00 |
|
Derek Carr
|
5b2d1c2c25
|
Enable kernel memcg notification via additional flag
|
2016-12-07 10:09:41 -05:00 |
|
Chao Xu
|
5e1adf91df
|
cmd/kubelet
|
2016-11-23 15:53:09 -08:00 |
|
Seth Jennings
|
2583116f1a
|
kubelet: eviction: add memcg threshold notifier to improve eviction responsiveness
|
2016-11-06 20:47:49 -06:00 |
|
David Ashpole
|
d68572e581
|
eviction message now includes resource that was exhausted
|
2016-11-04 09:30:02 -07:00 |
|
David Ashpole
|
9aca40dee6
|
revert #33218. dont need #36180. We only use diskpressure
|
2016-11-04 08:29:27 -07:00 |
|
Seth Jennings
|
98e97a475a
|
kubelet: eviction: avoid duplicate action on stale stats
|
2016-10-06 11:39:05 -05:00 |
|
David Ashpole
|
fed3f37eef
|
Split NodeDiskPressure into NodeInodePressure and NodeDiskPressure
|
2016-10-03 11:42:56 -07:00 |
|
Angus Salkeld
|
f785f3d3ef
|
Clean up IPTables caps i.e.: sed -i "s/Iptables/IPTables/g"
|
2016-08-29 10:34:42 +10:00 |
|
Yu-Ju Hong
|
a072bda6fd
|
Print out resource name when evicting pods
|
2016-08-25 14:11:21 -07:00 |
|
bindata-mockuser
|
d2dd03aecc
|
Support percentage representation for eviction thresholds
|
2016-08-11 14:10:25 -07:00 |
|
derekwaynecarr
|
68bc47ecc6
|
Add support to invoke image gc in response to disk eviction thresholds
|
2016-08-04 17:13:08 -04:00 |
|
derekwaynecarr
|
611c127f0d
|
kubelet eviction manager support for min-reclaim
|
2016-08-04 11:17:44 -04:00 |
|
derekwaynecarr
|
d37710f87b
|
Allow cAdvisor to collect fs stats before building resource ranking funcs
|
2016-07-28 16:20:09 -04:00 |
|
derekwaynecarr
|
c3324b88a0
|
Eviction manager observes and acts on disk pressure
|
2016-07-28 16:01:38 -04:00 |
|
Harry Zhang
|
cb14b35bde
|
Refactor util clock into it's own pkg
|
2016-07-28 02:29:04 -04:00 |
|
derekwaynecarr
|
3e75f2effb
|
Eviction manager needs to start as runtime dependent module
|
2016-07-22 10:19:40 -04:00 |
|
David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
|
Buddha Prakash
|
4acb64f8bd
|
Make Qos naming consistent across the codebase
|
2016-06-26 16:19:47 -07:00 |
|
Buddha Prakash
|
c3551ae6cd
|
Refactor qos package
Signed-off-by: Buddha Prakash <buddhap@google.com>
|
2016-06-24 15:36:04 -07:00 |
|
Tim St. Clair
|
f2f3caf744
|
Rename **/manager.go
|
2016-06-21 15:11:31 -07:00 |
|