container-storage-interface / spec

Container Storage Interface (CSI) Specification.
Apache License 2.0
1.34k stars 373 forks source link

Add GetAccessibilityRequirements to NodePublishVolumeRequest #425

Closed kayrus closed 4 years ago

kayrus commented 4 years ago

NodePublishVolumeRequest is used in k8s ephemeral volumes. Unfortunately it doesn't work, when you need to create an ephemeral volume in particular availability zone.

see https://github.com/kubernetes/cloud-provider-openstack/issues/1018 for a reference.

kayrus commented 4 years ago

Found a solution for this problem.