-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Allow manual scaling of the Pod Autoscaler #16186
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
dprotaso
commented
Oct 22, 2025
- Exclude autoscaling annotations from everything but the KPA
- propagate annotation updates to the Pod Autoscaler
When creating child resources for a Revisino we now exclude propagating autoscaling annotations. The exception is the KPA for which we do propagate annotations.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso 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 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16186 +/- ##
=========================================
Coverage 80.08% 80.08%
=========================================
Files 214 214
Lines 16940 13313 -3627
=========================================
- Hits 13566 10662 -2904
+ Misses 3015 2292 -723
Partials 359 359 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Otherwise if the update fails this can have a side-effect of marking a revision as ready. Specifically when a Deployment has >1 ready Pods it'll mark the Revision as Ready. It's the KPA status propagation that will mark the revision still deploying when it hasn't reached min-scale.
9a83a95 to
9c5da28
Compare
|
I don't want to merge this the day before the release - moving to the next one |
|
/hold |
|
/hold cancel release is done /assign @Fedosin @linkvt @nader-ziada |
|
/retest Webhook flake |
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.
Looks good to me besides the small comment I made 👍
I'll leave the approve to someone with more experience though.