Dynamically Tagging Pods with 'safe-to-evict' During Idle Times #4040
Closed
rhyswilliamsza
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The recommended approach for autoscaling RunnerSets/deployments is to tag them accordingly, allowing
cluster-autoscaler
to evict runners where needed for node autoscaling.It would help us if this annotation could be dynamically applied to the pod when no jobs are running. This will allow the
cluster-autoscaler
to clean up unnecessary nodes during idle times, preventing the autoscaler from evicting pods while running jobs.Beta Was this translation helpful? Give feedback.
All reactions