-
Notifications
You must be signed in to change notification settings - Fork 14.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
Amend descriptions about init containers #50105
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
✅ Pull request preview available for checking
To edit notification comments on pull requests, go to your Netlify site configuration. |
/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 for docs
Let's get a technical review on this change to make sure we're explaining things right (I imagine it is, but I don't feel qualified to formally comment).
The existing docs have already been through a review process and we should make sure not to merge a regression.
@@ -326,16 +326,15 @@ for resource usage apply: | |||
containers is the *effective init request/limit*. If any resource has no | |||
resource limit specified this is considered as the highest limit. | |||
* The Pod's *effective request/limit* for a resource is the higher of: | |||
* the sum of all app containers request/limit for a resource | |||
* the sume request/limit for a resource for all app containers and sidecar containers |
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.
nit: "sume" doesn't look right
90f6e9c
to
fc97822
Compare
This PR amends the ambiguous description about init containers and sidecar containers.