Is it possible to see the change history using --record for Persistent Volumes?

Hi,

I understand that we can use --record flag when we set a new image, etc. Is it possible to use the same flag --record when I edit an existing PV as well? For instance, I have a PV and PVC which are bounded. Now if I edit the PV like this

kubectl edit pv <pv name> --record

It gets edited very well without any issue but from where I can check and make sure that this change got recorded in this history?

Would really appreciate assistance on this, thanks

Yes it is posible, check out this blog for details: