-
Notifications
You must be signed in to change notification settings - Fork 40.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added comments on not set node network/inode condition to unknown. #48983
Added comments on not set node network/inode condition to unknown. #48983
Conversation
/cc @gmarek |
We certainly don't want to change NetworkUnreachable condition, as it's managed on a control plane level, thus the fact that Node is unreachable doesn't impact our ability to monitor it. As for InodePressure - I think someone said that they want to get rid of that altogether... @kubernetes/sig-node-pr-reviews |
b98a832
to
7e28a2c
Compare
/retest |
/lgtm |
/approve no-issue |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gmarek, k82cn Associated issue: 48982 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
v1.NodeOutOfDisk, | ||
v1.NodeMemoryPressure, | ||
v1.NodeDiskPressure, | ||
// We don't change 'NodeInodePressure' condition, as it'll be removed in future. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has NodeInodePressure
already been deprecated? If yes, add a link to it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point! Opened #49103 to confirm whether we can remove it in 1.8 :).
Automatic merge from submit-queue (batch tested with PRs 48983, 49013) |
What this PR does / why we need it:
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #48982Release note: