Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sanposhiho opened this issue Oct 3, 2023 · 1 comment
Labels
kind/feature New feature or request

Comments

@sanposhiho
Copy link
Collaborator

sanposhiho commented Oct 3, 2023

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 sanposhiho added kind/feature New feature or request priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Oct 3, 2023
@sanposhiho
Copy link
Collaborator Author

sanposhiho commented Oct 6, 2023

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

@sanposhiho sanposhiho removed the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant