You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After you've successfully run this small load test, you will notice the number of greeter service pods will have scaled to *5* automatically.
121
+
After you've successfully run this small load test, you will notice the number of greeter service pods will have scaled to *5*or more pods automatically.
172
122
173
123
The autoscale pods is computed using the formula:
174
124
@@ -215,7 +165,7 @@ Let us send some load to the service to trigger autoscaling:
When all requests are done and if we are beyond the `scale-to-zero-grace-period`, we will notice that Knative has terminated only 3 out 5 pods. This is because we have configured Knative to always run two pods via the annotation `autoscaling.knative.dev/minScale: "2"`.
0 commit comments