-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[release-1.5] Scaling to zero now works when target-burst-capacity is zero. #13506
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
[release-1.5] Scaling to zero now works when target-burst-capacity is zero. #13506
Conversation
The autoscaler sends a probe to detect the activator is in the data path. This probe was inadvertently passed to the user container which was preventing scale to 0.
Codecov ReportBase: 87.05% // Head: 86.98% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## release-1.5 #13506 +/- ##
===============================================
- Coverage 87.05% 86.98% -0.07%
===============================================
Files 197 197
Lines 14441 14441
===============================================
- Hits 12571 12562 -9
- Misses 1577 1584 +7
- Partials 293 295 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, knative-prow-robot The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
knative#13506) The autoscaler sends a probe to detect the activator is in the data path. This probe was inadvertently passed to the user container which was preventing scale to 0. Co-authored-by: dprotaso <dprotaso@gmail.com>
…e user-container (knative#13506) (#46) * Ensure probes from the autoscaler are not passed to the user-container (knative#13506) The autoscaler sends a probe to detect the activator is in the data path. This probe was inadvertently passed to the user container which was preventing scale to 0. Co-authored-by: dprotaso <dprotaso@gmail.com> * Pin to 1.26 branch Co-authored-by: Knative Prow Robot <knative-prow-robot@google.com> Co-authored-by: dprotaso <dprotaso@gmail.com>
knative#13506) The autoscaler sends a probe to detect the activator is in the data path. This probe was inadvertently passed to the user container which was preventing scale to 0. Co-authored-by: dprotaso <dprotaso@gmail.com>
…ot passed to the user-container (knative#13506) (#48) * Ensure probes from the autoscaler are not passed to the user-container (knative#13506) The autoscaler sends a probe to detect the activator is in the data path. This probe was inadvertently passed to the user container which was preventing scale to 0. Co-authored-by: dprotaso <dprotaso@gmail.com> * Pin to 1.26 branch Co-authored-by: Knative Prow Robot <knative-prow-robot@google.com> Co-authored-by: dprotaso <dprotaso@gmail.com> Co-authored-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com>
This is an automated cherry-pick of #13501