In what area(s)?
/area autoscale
What version of Knative?
0.19.0
Expected Behavior
Pods created due to initialScale should follow scaleDownDelay behavior.
Actual Behavior
Pods created due to initialScale doesn't follow scaleDownDelay behavior.
Steps to Reproduce the Problem
Create a revision with the following configuration:
autoscaling.knative.dev/initialScale: "3"
autoscaling.knative.dev/scaleDownDelay: "10m"
Check that three pods are created, but two of them are terminated right after the revision is ready, which will be likely too soon for a 10m scaleDownDelay.
In what area(s)?
/area autoscale
What version of Knative?
0.19.0
Expected Behavior
Pods created due to
initialScaleshould followscaleDownDelaybehavior.Actual Behavior
Pods created due to
initialScaledoesn't followscaleDownDelaybehavior.Steps to Reproduce the Problem
Create a revision with the following configuration:
Check that three pods are created, but two of them are terminated right after the revision is ready, which will be likely too soon for a
10mscaleDownDelay.