mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-12 14:00:25 +00:00
When setting kube/system-resources for a node, negative quantities can result in node's allocatable being higher then node's capacity. Let's check the quantity and return error if it is negative.