-
Notifications
You must be signed in to change notification settings - Fork 41.6k
[FG:InPlacePodVerticalScaling] Gate Disallow in-place resize for guaranteed pods on nodes with a static topology policy #128287
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
|
@esotsal: You must be a member of the kubernetes/milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Milestone Maintainers Team and have them propose you as an additional delegate for this responsibility. 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. |
|
/assign @tallclair |
92b74cc to
d7edb56
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.
Thanks for taking this on. I see this is tagged "WIP" so I assume it's still coming, but the feature gate should be implemented in this same PR (I mean rejecting the resize of exclusive CPU pods)
Correct , that’s the plan, plus necessary tests |
0957e98 to
f4b1caa
Compare
f4b1caa to
8a57cf6
Compare
2d4a186 to
8b6da25
Compare
…atic topology policy New gate "InPlacePodVerticalScalingExclusiveCPUs" is off by default, but can be enabled to unblock development of Static CPU management alongside InPlacePodVerticalScaling.
8b6da25 to
2d8939c
Compare
|
/test pull-kubernetes-e2e-inplace-pod-resize-containerd-main-v2 |
|
/triage accepted |
|
/lgtm |
|
LGTM label has been added. Git tree hash: 01b765e067dd4ef4b04c79e8a72433b7b23c62df
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: esotsal, tallclair 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 |
|
@esotsal: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
|
/kind feature |
|
Hi @pacoxu @tallclair |
|
Make sure to document |
kubernetes/website#48687 created @sftim , thanks ! |
|
Adding for tracking purposes, this PR is related with kubernetes/enhancements#5294 |
What type of PR is this?
What this PR does / why we need it:
We want to introduce a new feature gate to allow resize for guaranteed pods with integer CPU requests on nodes with a static topology policy to unblock development on #127262.
New gate "InPlacePodVerticalScalingExclusiveCPUs" is off by default, but can be enabled to unblock development of Static CPU management alongside InPlacePodVerticalScaling.
Which issue(s) this PR fixes:
Update: Attempt to fix #128068
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/sig node
/priority important-soon
/milestone v1.32