Skip to content

Commit

Permalink
Clarify container-concurrency-target-default works for hpa as well. (k…
Browse files Browse the repository at this point in the history
  • Loading branch information
gyliu513 authored and knative-prow-robot committed Feb 21, 2019
1 parent fd0c267 commit b32e287
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/config-autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ data:
container-concurrency-target-percentage: "1.0"
# The container concurrency target default is what the Autoscaler will
# try to maintain when the Revision specifies unlimited concurrency. A
# value of 100 is chosen because it's enough to allow vertical pod
# try to maintain when the Revision specifies unlimited concurrency.
# Even when specifying unlimited concurrency, the autoscaler will
# horizontally scale the application based on this target concurrency.
#
# A value of 100 is chosen because it's enough to allow vertical pod
# autoscaling to tune resource requests. E.g. maintaining 1 concurrent
# "hello world" request doesn't consume enough resources to allow VPA
# to achieve efficient resource usage (VPA CPU minimum is 300m).
Expand Down

0 comments on commit b32e287

Please sign in to comment.