Files
kubernetes/pkg
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-12-07 08:35:05 -05:00
2015-12-15 13:36:25 -05:00
2015-12-20 21:59:59 -05:00
2016-01-12 17:00:43 -08:00
2015-10-22 16:40:59 -04:00
2015-12-15 13:36:25 -05:00