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
Behaviour does not change before and after setting the scale-down-delay in the config-autoscaler ConfigMap via the Knative Operator, Pods are still scaled in without delay
I tried to reproduce this, when installing with Serving yamls but with no result, same with operator.
You can try the operator with the following serving CR:
With a scaleDownDelay=15m the pod did scale down after ~15min:
kubectl get po
NAME READY STATUS RESTARTS AGE
autoscale-go-00001-deployment-6f564fbb6c-r4nb9 2/2 Running 0 16m
kubectl get po
NAME READY STATUS RESTARTS AGE
autoscale-go-00001-deployment-6f564fbb6c-r4nb9 2/2 Terminating 0 16m
What version of Knative?
Expected Behavior
A delay before Knative Pods are scaled in
Actual Behavior
Behaviour does not change before and after setting the
scale-down-delay
in theconfig-autoscaler
ConfigMap via the Knative Operator, Pods are still scaled in without delaySteps to Reproduce the Problem
scale-down-delay
to1h
or anythingThe text was updated successfully, but these errors were encountered: