Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Mesosphere Sprint 66, Mesosphere Sprint 67, Mesosphere Sprint 68, Mesosphere Sprint 69, Mesosphere Sprint 70, Mesosphere Sprint 71
-
3
Description
Storage local resource provider needs to call the following CSI API to publish CSI volumes for tasks to use:
1. ControllerPublishVolume (optional)
2. NodePublishVolume
Although we don't need to unpublish CSI volumes after tasks are completed, we still needs to unpublish them for DESTROY_VOLUME or DESTROY_BLOCK:
1. NodeUnpublishVolume
2. ControllerUnpublishVolume (optional)