mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
remove useless comments in node_controller.go
This commit is contained in:
parent
b32639f9e7
commit
4690770143
@ -948,8 +948,6 @@ func (nc *NodeController) tryUpdateNodeStatus(node *v1.Node) (time.Duration, v1.
|
|||||||
v1.NodeOutOfDisk,
|
v1.NodeOutOfDisk,
|
||||||
v1.NodeMemoryPressure,
|
v1.NodeMemoryPressure,
|
||||||
v1.NodeDiskPressure,
|
v1.NodeDiskPressure,
|
||||||
// We don't change 'NodeInodePressure' condition, as it'll be removed in future.
|
|
||||||
// v1.NodeInodePressure,
|
|
||||||
// We don't change 'NodeNetworkUnavailable' condition, as it's managed on a control plane level.
|
// We don't change 'NodeNetworkUnavailable' condition, as it's managed on a control plane level.
|
||||||
// v1.NodeNetworkUnavailable,
|
// v1.NodeNetworkUnavailable,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user