When creating PVC with storage class as allowvolumeexpansion: true in k8s, how will it work with a Pod?
When creating 10 Gb later and trying to extend the PVC with 15 Gb, how will it work along with component PV PVC Pod in real-time? Since when I am trying with a PVC, it is not extended as expected.
Could you help me to identify the logic behind this? Because the docs refer to extending the PVC. But I am not sure how is it applicable to the PV (source).