Tim St. Clair
e2ffd007f7
Implement node Allocatable
...
Add `kube-reserved` and `system-reserved` flags for configuration
reserved resources for usage outside of kubernetes pods. Allocatable is
provided by the Kubelet according to the formula:
```
Allocatable = Capacity - KubeReserved - SystemReserved
```
Also provides a method for estimating a reasonable default for
`KubeReserved`, but the current implementation probably is low and needs
more tuning.
2016-01-12 17:00:43 -08:00
..
2015-11-11 15:20:13 -08:00
2016-01-11 23:02:11 -08:00
2015-12-21 17:07:21 +00:00
2016-01-12 13:53:13 -08:00
2016-01-11 23:53:43 -08:00
2016-01-11 23:53:43 -08:00
2015-08-05 17:30:03 -07:00
2015-05-01 17:49:56 -04:00
2015-12-04 17:37:39 -08:00
2016-01-04 10:56:38 -08:00
2016-01-06 21:23:06 -05:00
2016-01-04 10:56:38 -08:00
2015-11-24 18:32:44 -08:00
2016-01-06 15:25:04 -08:00
2015-11-19 13:20:02 +08:00
2016-01-11 23:53:43 -08:00
2016-01-11 23:02:11 -08:00
2016-01-10 01:35:07 -08:00
2016-01-12 17:00:43 -08:00
2015-12-07 13:32:02 -08:00
2015-08-28 22:32:30 -07:00
2016-01-08 17:21:43 -08:00
2016-01-08 17:21:43 -08:00
2015-05-01 17:49:56 -04:00
2015-10-09 10:24:31 -07:00
2015-11-25 09:43:48 +01:00
2016-01-08 17:01:31 +08:00
2016-01-08 17:01:31 +08:00
2016-01-12 17:00:43 -08:00
2016-01-12 17:00:43 -08:00
2015-09-25 22:30:37 -05:00
2015-10-26 15:24:50 -04:00
2015-11-24 09:59:54 -05:00
2015-11-04 16:55:25 -08:00
2015-11-24 09:59:54 -05:00
2015-12-21 17:07:21 +00:00
2015-05-01 17:49:56 -04:00
2016-01-08 17:21:43 -08:00
2015-12-31 00:41:05 -08:00
2015-11-11 15:20:13 -08:00
2015-11-11 15:00:37 -08:00
2015-08-05 17:30:03 -07:00
2015-11-13 23:34:48 -05:00
2015-10-22 16:40:59 -04:00
2015-11-25 11:48:06 -08:00