Skip to content

How to resize PVC using Helm chart? #829

Answered by caleblloyd
stemid asked this question in Q&A
Discussion options

You must be logged in to vote

It's more of a Kubernetes limitation for resizing PVCs in a Stateful Set than anything. Easiest way is to leave the Stateful Set alone and resize the underlying disks to be the size that you want them to be.

There are some hacks documented out there on Stack Overflow and the likes that involve force-deleting the Stateful Set and then re-applying it. I stay away from those though, force deleting Stateful Set that you don't actually want to delete sounds scary

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@stemid
Comment options

@komronu
Comment options

Answer selected by stemid
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants