kubernetes/cmd/kubelet/app
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
..
options Implement node Allocatable 2016-01-12 17:00:43 -08:00
plugins.go insert space after comment character in cmd folder 2016-01-08 16:25:57 +05:30
server.go Implement node Allocatable 2016-01-12 17:00:43 -08:00