-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Documentation updates for KEP 2837 beta phase #51494
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
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
07fad9a to
1ea7eaf
Compare
|
/assign @tallclair |
|
@ndixita: GitHub didn't allow me to assign the following users: sftim. Note that only kubernetes members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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-sigs/prow repository. |
|
@ndixita: GitHub didn't allow me to assign the following users: sftim. Note that only kubernetes members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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-sigs/prow repository. |
content/en/docs/concepts/configuration/manage-resources-containers.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/configure-pod-container/assign-pod-level-resources.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates/PodLevelResources.md
Outdated
Show resolved
Hide resolved
|
Hello @ndixita 👋! I'm reaching out from the Docs team. Just checking in as we approach Docs Freeze on Wednesday August 6, 2025 18:00 PDT. This documentation appears to still be under review. To meet the Docs Freeze, this PR must have a technical review as well as lgtm and approve labels applied, without any unaddressed comments or concerns from SIG Docs. Thank you! |
bd42422 to
b4175eb
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.
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lmktfy 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 |
|
LGTM label has been added. Git tree hash: 549a44b5c8fddff8f300177b58b0c43530cd0ddf
|
| * **[In-Place | ||
| Resize](https://kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/):** | ||
| In-place resize of pod-level resources is not supported. Modifying the pod-level resource | ||
| limits or requests on a pod result in a field.Forbidden error. The error message |
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: would it actually be a 400 response?
Description
PR for documentation changes for Pod Level Resources
https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2837-pod-level-resource-spec
Issue