-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Add HPA 'configurable tolerance' blog post (KEP-4951). #50000
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 HPA 'configurable tolerance' blog post (KEP-4951). #50000
Conversation
|
/assign @aibarbetta |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
sftim
left a comment
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 the PR!
If you incorporate the inline feedback (see below), we'll be happy to merge it as a draft. We can then work on getting a publication date assigned.
I don't know if you'd also like to work on the docs updates, but help would be welcome if you have the capacity for it.
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Thank you much Tim, I've updated following your comments! I have opened a draft PR for the doc update (#49826), I'll work on this asap. |
graz-dev
left a comment
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.
@jm-franc nice piece!
I just added a few comments to make it clearer to the reader.
Thank you :)
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
sftim
left a comment
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.
A tweak suggestion.
Article looks good.
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Tim Bannister <tim@scalefactory.com>
rytswd
left a comment
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 the blog post, I learned something new today!
Just left a few comments / suggestions 🥰
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
graz-dev
left a comment
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.
@jm-franc I added some suggestions to align the title and slug format with other similat posts published for previous releases.
Then, in example manifest to configure the tollerance I can't see the example you mentioned in one of my previous review that clarify what happen when you use 0as value for tollerance.
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/XXXX-XX-XX-hpa-configurable-tolerance.md
Outdated
Show resolved
Hide resolved
Following review. Co-authored-by: Graziano Casto <graziano.casto@outlook.com>
|
@graz-dev: changing LGTM is restricted to collaborators 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 @sftim Assigning Tim for lgtm & approval. |
|
@lmktfy FYI (maybe you don't receive notification for the archived account) |
|
/lgtm |
|
LGTM label has been added. Git tree hash: 19c048da1c2cb8c61961b645766e030e5edc0cfc
|
sftim
left a comment
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.
Happy to approve this to merge in as draft.
Release comms can mark this for publication on release day (and I hope they will).
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim 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 |
|
I have made a PR for the publication, which is scheduled for Tuesday, 29th April, 2025 |
|
Due to another blog not being ready, I'm bumping up this blog to be published on Monday, 28th April, 2025 instead. |
Description
Add a blog post describing the new alpha HPA 'configurable tolerance' feature.
Issue
This blog post documents the new KEP-4951; see
kubernetes/enhancements#4951