generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
MVP support for arbitrary resizing a StatefulSet (investigate if feasible) #3279
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Comments
mimowo
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
Oct 21, 2024
3 tasks
/assign |
The very MVP of scaling-down and up via 0 is covered already with #3487. Keeping this open to investigate arbitrary scaling x->y, where xy. |
/retitle MVP support for arbitrary resizing a StatefulSet (investigate if feasible) |
k8s-ci-robot
changed the title
MVP support for resizing a StatefulSet (investigate if feasible)
MVP support for arbitrary resizing a StatefulSet (investigate if feasible)
Nov 15, 2024
/assign |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
What would you like to be added:
Investigate if we can achieve resizing of a stateful set based on PodGroups.
In the MVP approach it is ok to recreate the entire PodGroup.
This is a follow up to #2717.
Long-term we may want to support smooth resizes, but it probably will require #77.
Why is this needed:
To support use-cases for resizing StatefulSets.
The text was updated successfully, but these errors were encountered: