mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #50589 from jinzhejz/jinzhejz_commentsrefine
Automatic merge from submit-queue (batch tested with PRs 50589, 50558) remove useless comments **What this PR does / why we need it**: remove useless comments **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49103 **Release note**: ```release-note None ```
This commit is contained in:
commit
47605e148f
@ -948,8 +948,6 @@ func (nc *NodeController) tryUpdateNodeStatus(node *v1.Node) (time.Duration, v1.
|
||||
v1.NodeOutOfDisk,
|
||||
v1.NodeMemoryPressure,
|
||||
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.
|
||||
// v1.NodeNetworkUnavailable,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user