This message was deleted.
# kubernetes
s
This message was deleted.
p
i have a storageclass which allows volume expansion, so in theory it could be done
r
I guess this is not a pulumi issue, regardless of how you edit the STS the volume template change does not kick in. You can still expand the PVC by setting the new size and restart the pod. Automating this would nice though. For me expanding the PVC size is a very seldom operation so I do this part manually. Plus keep in mind you have to restart the pod for the volume expansion to kick in (EBS on AWS)