-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Local Ephemeral Storage to GA KEP #3361
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jingxu97 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
keps/sig-storage/361-local-ephemeral-storage-isolation/kep.yaml
Outdated
Show resolved
Hide resolved
keps/sig-storage/361-local-ephemeral-storage-isolation/kep.yaml
Outdated
Show resolved
Hide resolved
keps/sig-storage/361-local-ephemeral-storage-isolation/README.md
Outdated
Show resolved
Hide resolved
|
||
### Upgrade / Downgrade Strategy | ||
|
||
N/A (Feature is enabled by default since 1.10) |
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.
So, if someone has it set to off right now, what happens when they upgrade? Can we provide some instruction for that?
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.
added it, thanks!
|
||
###### How does this feature react if the API server and/or etcd is unavailable? | ||
|
||
- kubelet can continue to monitor disk usage, but pod eviction will be impacted. |
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.
Meaning it will not be evicted? Or meaning it will not be rescheduled after eviction?
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.
added the details, thanks!
# The KEP must have an approver from the | ||
# "prod-readiness-approvers" group | ||
# of http://git.k8s.io/enhancements/OWNERS_ALIASES | ||
kep-number: 3141 |
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.
why is this not 361?
keps/sig-storage/361-local-ephemeral-storage-isolation/README.md
Outdated
Show resolved
Hide resolved
@xing-yang @johnbelamaric thanks for reviewing, I addressed the comments, ptal. Thanks! |
request is set for ephemeral storage, scheduler will not take this ephemeral | ||
storage request into consideration when scheduling pod. If limit is set, pod | ||
will not be evicted due to ephemeral storage usage exceeding limit. sizeLimit | ||
for emptyDir will also not be enforced. |
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.
So, if someone had set a limit, but the feature was disabled, the limit would have been ignored in the past. If they upgrade, the feature is now locked on. So, will any existing pods that have limits exceeded be evicted?
If so, that's not a blocker - but it IS something that needs to go in the release notes and highlighted as an upgrade risk.
The answer to "will this affect running workloads" should be YES, in the event that the feature was previously disabled. Imagine upgrading and all of a sudden a bunch of Pods get evicted and rescheduled (hopefully!)...
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.
Yes, I updated this part here and also risks section. Is it ok?
LGTM. Please fix the CI failures. |
1b10f83
to
69e5328
Compare
add KEP to promote local ephemeral storage to GA
@johnbelamaric @xing-yang could you please take another look? I fixed test issue and addressed comments. Thanks! |
#3422 merged. /close |
@jingxu97: PR needs rebase. 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. |
@mattcary: Closed this PR. In response to this:
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. |
add KEP to promote local ephemeral storage to GA