out of resource killing (memory)

This commit is contained in:
derekwaynecarr
2016-05-12 23:35:18 -04:00
parent b8f1682695
commit edc76f6d4f
10 changed files with 1590 additions and 2 deletions

View File

@@ -1889,6 +1889,8 @@ const (
// NodeOutOfDisk means the kubelet will not accept new pods due to insufficient free disk
// space on the node.
NodeOutOfDisk NodeConditionType = "OutOfDisk"
// NodeMemoryPressure means the kubelet is under pressure due to insufficient available memory.
NodeMemoryPressure NodeConditionType = "MemoryPressure"
)
type NodeCondition struct {