Split NodeDiskPressure into NodeInodePressure and NodeDiskPressure
This commit is contained in:
@@ -2224,6 +2224,8 @@ const (
|
||||
NodeDiskPressure NodeConditionType = "DiskPressure"
|
||||
// NodeNetworkUnavailable means that network for the node is not correctly configured.
|
||||
NodeNetworkUnavailable NodeConditionType = "NetworkUnavailable"
|
||||
// NodeInodePressure means the kublet is under pressure due to insufficient available inodes.
|
||||
NodeInodePressure NodeConditionType = "InodePressure"
|
||||
)
|
||||
|
||||
type NodeCondition struct {
|
||||
|
Reference in New Issue
Block a user