mercari / tortoise

Tortoise: Shell-Shockingly-Good Kubernetes Autoscaling
MIT License
400 stars 15 forks source link

Replace Pods without killing one Pod #279

Closed sanposhiho closed 8 months ago

sanposhiho commented 8 months ago

Currently one Pod must be killed to replace Pod for vertical scaling. But, it'd be safer if we don't have to lost even one Pod during update. We can achieve that by:

sanposhiho commented 8 months ago

kubectl rollout restart isn't supported by client-go. We have to do: