-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Kubelet: only apply default hard evictions of nodefs.inodesFree on Linux #67709
Conversation
/assign @tallclair @PatrickLang |
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.
/lgtm
/retest |
/approve |
0c68116
to
5d72d37
Compare
28b422b
to
6ee09cd
Compare
6ee09cd
to
8255318
Compare
/retest |
/lgtm |
@dims can you review after rebase? |
/assign @tallclair |
/sig windows |
/test pull-kubernetes-cross |
/approve |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dchen1107, derekwaynecarr, dims, feiskyer, PatrickLang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. |
@feiskyer: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@feiskyer after those changes the tests are not passed in MacOS.
as you see |
Yep, it is moved to only Linux now. Let me file another PR to fix this. |
What this PR does / why we need it:
Kubelet sets default hard evictions of
nodefs.inodesFree
for all platforms today. This will cause errors on Windows and a lotno observation found for eviction signal nodefs.inodesFree
errors will be logs for kubelet.This PR updates the default hard eviction value and only apply nodefs.inodesFree on Linux.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #66088
Special notes for your reviewer:
Release note: