Merge pull request #36190 from dashpole/revert_node_inode_pressure_split

Automatic merge from submit-queue

We only report diskpressure to users, and no longer report inodepressure

See #36180 for more information on why #33218 was reverted.
This commit is contained in:
Kubernetes Submit Queue
2016-11-06 03:00:34 -08:00
committed by GitHub
12 changed files with 21 additions and 288 deletions

View File

@@ -2578,8 +2578,6 @@ 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 {