-
Notifications
You must be signed in to change notification settings - Fork 1.6k
KEP 1287: Graduate InPlacePodVerticalScaling to GA #5562
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
base: master
Are you sure you want to change the base?
Conversation
- Resize atomicity | ||
- Exposing allocated resources in the pod status | ||
- QOS class changes | ||
- The subset of pod resize tests [here](https://github.com/kubernetes/kubernetes/blob/1aec2eb0030d2f121b4cf78998e9391d9389f1a0/test/e2e/common/node/pod_resize.go) under `doPodResizeTests` and `doPodResizeErrorTests` that meet the Conformance test requirements are promoted to Conformance. |
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.
We have a tracking bug for the Conformance endpoints: kubernetes/kubernetes#133607
65f1319
to
0b6845c
Compare
/label lead-opted-in |
/cc @wojtek-t |
/approve |
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
'cpu' and 'memory' as names. It supports the following restart policy values: | ||
* `PreferNoRestart` - default value; resize the Container without restart, if possible. | ||
* `NotRequired` - Equivalent to `PreferNoRestart`, deprecated with v1.33. | ||
* `NotRequired` - default value; resize the Container without restart, if 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.
Oops, thanks for cleaning this up.
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.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jackfrancis, jpbetz, natasha41575 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 |
We believe we are ready to graduate InPlacePodVerticalScaling to GA in kubernetes 1.35.
Per the graduation requirements:
Most importantly, user feedback is green:
/sig node autoscaling scheduling
/cc @tallclair @dchen1107
/cc @dom4ha
for sig-scheduling
/cc @jackfrancis
for sig-autoscaling