yunify / qingcloud-csi

Kubernetes volume plugin based on CSI specification which support block storage of qingcloud
Apache License 2.0
37 stars 22 forks source link

update controllerGetVolume func #190

Closed f10atin9 closed 2 years ago

f10atin9 commented 2 years ago

Signed-off-by: f10atin9 f10atin9@kubesphere.io

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:

/kind api-change /kind bug /kind cleanup /kind design /kind documentation /kind failing-test /kind feature /kind flake

What this PR does / why we need it: /kind feature add ControllerGetVolume func for CSI health sidecar Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

None

Additional documentation e.g., usage docs, etc.:

None
f10atin9 commented 2 years ago

/assign @stoneshi-yunify

stoneshi-yunify commented 2 years ago

per csi spec https://github.com/container-storage-interface/spec/blob/v1.5.0/spec.md#controllergetvolume , controllergetvolume is a alpha feature and it doesn't seem could help qingcloud-csi in anyway. We will revisit this item in future if it turns to beta.