-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 65074, 67469). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. Add CSI volume attributes for kubectl describe pv **What this PR does / why we need it**: /king feature kubectl describe pv doesn't show the volume attributes. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #65021 **Special notes for your reviewer**: /cc @saad-ali **Release note**: ```release-note Add CSI volume attributes for kubectl describe pv. ```