-
Couldn't load subscription status.
- Fork 15.1k
Add feature gate to pod vertical resource scaling example #45350
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
Add feature gate to pod vertical resource scaling example #45350
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
...n/docs/reference/command-line-tools-reference/feature-gates/in-place-pod-vertical-scaling.md
Show resolved
Hide resolved
content/en/docs/tasks/configure-pod-container/resize-container-resources.md
Outdated
Show resolved
Hide resolved
|
As a side note, would it help to edit https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler#limits-control to mention that the reason for maintaing the ratio of limits to requests is to maintain the qos of the pod? |
content/en/docs/tasks/configure-pod-container/resize-container-resources.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/configure-pod-container/resize-container-resources.md
Outdated
Show resolved
Hide resolved
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
/lgtm
|
LGTM label has been added. Git tree hash: e6fe1f0007266f66635e833a9122cc6fd9ee02fe
|
Sounds reasonable. SIG Autoscaling can confirm if that's the true intent there. |
3f2a919 to
2789a15
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
content/en/docs/tasks/configure-pod-container/resize-container-resources.md
Outdated
Show resolved
Hide resolved
|
LGTM label has been added. Git tree hash: c9a942431ab7182d80cf237001282975b929c119
|
|
@dshebib , what do you think of @sftim's suggestion |
2789a15 to
23b6bc7
Compare
23b6bc7 to
e64910f
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
/lgtm
|
LGTM label has been added. Git tree hash: 4d46d78026fc92fb8175055cef654f4f861aa779
|
|
Thank you for addressing comments |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: reylejano 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 |
Mentions the InPlacePodVerticalScaling feature gate in the Pod resource specification example. Fixes #40776, #41365, #45079.