Y
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
ComputerGuru
2124 days ago
Will they then also not be updated?
link
dharmab
2123 days ago
Not automatically. The autoscaler and other tooling will wait for the Pod to complete execution, or you can manually force the upgrade.
link