Replies: 1 comment
-
Yes, there is. It's called For example:
More info: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#stabilization-window |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am using a GPU to process typically few minute jobs that are triggered asynchronously (using redis). The pod takes several minutes to initialize and at the same time is expensive to keep idle for too long. So I would like to launch the pod when a new job arrives and, after the end of the processing, wait 30 minutes before scaling it down to 0, in case a new job arrives in between. Is there a mechanism to set this "grace period" (the cooldown period does not seem to do the job as the pod is killed and relaunched if a new trigger arrives)
Beta Was this translation helpful? Give feedback.
All reactions