-
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
PodOverhead to GA #3146
PodOverhead to GA #3146
Conversation
abdb466
to
a9f5677
Compare
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.
Completed first pass for PRR.
a9f5677
to
991092c
Compare
Thank you for review! I addressed all the feedback. |
Before this graduates to GA, I want to check something. I don't think the docs have covered how to set a default pod overhead. For example, if you have only a single container runtime and you want to account for the overhead of that runtime, can you do that? Ideally, you then also have a mechanism that lets you add a new RuntimeClass and leave everything where you don't specify a RuntimeClass still using the default runtime and its default resource overheads. If we don't have that, it's fine. The Pod overhead feature can still graduate. However, I strongly encourage documenting this situation clearly so that if it can't be done, readers can confidently tell that it's not possible. |
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.
/approve
for PRR
Holding off on LGTM due to issue with metadata in kep.yaml
Co-authored-by: Elana Hashman <ehashman@users.noreply.github.com>
Co-authored-by: Elana Hashman <ehashman@users.noreply.github.com>
Impossible today. Part of the feedback from @tallclair as well:
Created: kubernetes/website#31580 to track it |
/label tide/merge-method-squash |
/approve from SIG Node |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dchen1107, ehashman, SergeyKanzhelev 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 |
PodOverhead is in beta for a long time. Feedback collected: https://docs.google.com/document/d/1uZNJvR3IPDL--z6H5prgDuOAi22lhUYRXejnbaZHmSk/edit# The feature meets graduation requirement
KEP: #688
/sig node
/assign @egernst
/cc @tallclair
/cc @ehashman
@ehashman for PRR review. This is mostly back-filling. So should be straightforward. Lmk if I need to find somebody else