mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user