k3s/pkg/kubelet/types
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
..
constants.go Split the Kubelet flag options and struct 2016-01-06 21:23:06 -05:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
pod_update.go Add reconcile support in kubelet 2016-01-10 01:35:07 -08:00
pod_update_test.go kubelet: move common types to kubelet/types 2015-10-08 14:38:01 -07:00
types.go Implement node Allocatable 2016-01-12 17:00:43 -08:00