tortoise icon indicating copy to clipboard operation
tortoise copied to clipboard

use tortoise for Pods managed by other resources (replicaset, daemonset, etc)

Open sanposhiho opened this issue 2 years ago • 1 comments

Tortoise can work on the scaling of Pods under deployments. https://github.com/mercari/tortoise/blob/main/api/v1alpha1/tortoise_types.go#L121

But, we want to use it for Pods managed by other resources as well, which implements /scale subresource

sanposhiho avatar Oct 03 '23 05:10 sanposhiho

Let's forget about a Pod that isn't managed by any controller. We cannot scale such Pods without in-place pod resizing. https://github.com/kubernetes/enhancements/issues/1287

sanposhiho avatar Oct 06 '23 06:10 sanposhiho