• Tim St. Clair's avatar
    Implement node Allocatable · e2ffd007
    Tim St. Clair authored
    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.
    e2ffd007
Name
Last commit
Last update
..
constants.go Loading commit data...
doc.go Loading commit data...
pod_update.go Loading commit data...
pod_update_test.go Loading commit data...
types.go Loading commit data...