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
However as our CI system might run during the night and as a part of that it would kubectl apply the above nginx deployment (and other components) and wait for them all to be in running state. The behaviour I have observed is that Keda will scale the nginx deployment to zero in unpredictable time (anywhere from 5 to 50 seconds). I can't see the initialCooldownPeriod or cooldownPeriod fields affecting this. Is there any way of reliably delaying the downscaling to zero for example to 10 minutes since applying the deployment?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a long running nginx deployment that I'd like to scale down during nights. I have the following configuration and it works just fine.
However as our CI system might run during the night and as a part of that it would
kubectl apply
the above nginx deployment (and other components) and wait for them all to be in running state. The behaviour I have observed is that Keda will scale the nginx deployment to zero in unpredictable time (anywhere from 5 to 50 seconds). I can't see theinitialCooldownPeriod
orcooldownPeriod
fields affecting this. Is there any way of reliably delaying the downscaling to zero for example to 10 minutes since applying the deployment?Beta Was this translation helpful? Give feedback.
All reactions