Increase Volume Size on StatefulSet #1998
Unanswered
coltmcnealy-lh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I would like to be able to increase the size of a persistent volume claim on a statefulset. Since StatefulSet's don't let you do that naturally, the way to achieve it in practice is with a Non-Cascading deletion, followed by manually patching the PVC's, then re-creating the STS with a bigger volume claim size.
Is that possible to do in the JOSDK? We are using the managed dependents feature.
Thanks,
Colt
Beta Was this translation helpful? Give feedback.
All reactions