-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
feat: remove CheckNodeMemoryPressure/DiskPressure/PIDPressure/Condition #84152
feat: remove CheckNodeMemoryPressure/DiskPressure/PIDPressure/Condition #84152
Conversation
890cd6d
to
b2b050e
Compare
/kind cleanup |
b2b050e
to
fdeebf7
Compare
/lgtm |
/hold |
/approve cancel |
/approve |
/hold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahg-g, draveness 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 |
/retest |
Please add that "CheckNodeMemoryPressure, CheckNodePIDPressure, CheckNodeDiskPressure, CheckNodeCondition were accidentally removed since 1.12, the replacement is to use CheckNodeUnschedulablePred" |
/hold cancel |
/retest Review the full test history for this PR. Silence the bot with an |
/retest
Regards,
Draven
…On Oct 22, 2019, 3:24 AM +0800, fejta-bot ***@***.***>, wrote:
/retest
This bot automatically retries jobs that failed/flaked on approved PRs (send feedback to fejta).
Review the full test history for this PR.
Silence the bot with an /lgtm cancel or /hold comment for consistent failures.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
fdeebf7
to
c694494
Compare
cbd9d56
to
09f3339
Compare
/lgtm |
Shouldn't the documentation be updated too? |
fair enough, create a pull request against website kubernetes/website#27903 |
/kind cleanup
/sig scheduling
/assign @ahg-g
What this PR does / why we need it:
TaintNodesByCondition was graduated to the stable version, and the following predicates have been disabled by default since 1.12. We could remove them:
Which issue(s) this PR fixes:
Fixes #84100
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: