Hacker News new | ask | show | jobs
by dharmab 2124 days ago
If your pods need to be long running, you can annotate them as such and they will not be autoscaled.

https://github.com/kubernetes/autoscaler/blob/master/cluster...

1 comments

Will they then also not be updated?
Not automatically. The autoscaler and other tooling will wait for the Pod to complete execution, or you can manually force the upgrade.