-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Add more clarity for horizontal-pod-autoscaler-cpu-initialization-period #50558
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: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Thank you
Ideally we don't use section numbers in headings; see inline suggestions. It's good to document Kubernetes behaviour so thank you for spotting the gap here and sending in a proposed fix.
content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
Outdated
Show resolved
Hide resolved
…-initialization-period Adding more xf by decoding the issue discussion and implementation kubernetes#12657 Update horizontal-pod-autoscale.md Update horizontal-pod-autoscale.md
Thank you @lmktfy. Made the required changes and squashed it. |
When you get a chance, could you please take a look and let me know if anything needs to be updated? @lmktfy @dipesh-rawat @DirectXMan12 |
Description
Clarify HPA readiness and CPU initialization behavior
This PR enhances the documentation for the HorizontalPodAutoscaler by clarifying the role of --horizontal-pod-autoscaler-cpu-initialization-period and --horizontal-pod-autoscaler-initial-readiness-delay. It provides guidance for Pods with high CPU usage during startup and recommends best practices for readiness probe configuration to avoid premature scaling.
Issue
#12657
Closes: #12657