-
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
Initial support for pod eviction based on disk #27199
Initial support for pod eviction based on disk #27199
Conversation
|
||
The default `minimum-eviction-threshold` is `0` for all resources. | ||
The default `eviction-miniumum-reclaim` is `0` for all resources. |
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.
Typo: minimum
8b47e29
to
9cd8401
Compare
9cd8401
to
cb6a64c
Compare
cb6a64c
to
142070a
Compare
142070a
to
6c6b37e
Compare
@vishh - follow-on PRs from either of us will be needed to complete this feature, but this provides a decent basis for us to collaborate against when master branch reopens for kube 1.4. |
6c6b37e
to
3b54e2c
Compare
3b54e2c
to
6e5be45
Compare
e766e9e
to
3f08c2e
Compare
It appears something is wrong with collecting root container stats on GCE that I was not seeing locally. Will investigate tomorrow. |
3f08c2e
to
357d1be
Compare
@ronnielai - tests passed, turns out cadvisor is slower to warm on gce, so moved diskinfoprovider call into a one time setup in each synchronize call. |
357d1be
to
d37710f
Compare
fixed rebase error, retagging. |
@derekwaynecarr |
GCE e2e build/test passed for commit d37710f. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit d37710f. |
Automatic merge from submit-queue |
…osal-update-flags Automatic merge from submit-queue Update proposed flag names for kubelet eviction This PR changes the flag names proposed in kubelet eviction for minimum amount of resource to reclaim when triggering an eviction. This captures the design change proposed and agreed to in kubernetes#27199 Having it in a separate PR removes noise from reviewing the core PR. /cc @vishh @ronnielai PTAL
This PR adds the following:
Follow-on PRs will need to handle:
/cc @vishh @kubernetes/sig-node