[WIP] get secret from CSI PV annotation and pass into user credential in NodePublishVolume#58527
[WIP] get secret from CSI PV annotation and pass into user credential in NodePublishVolume#58527rootfs wants to merge 1 commit into
Conversation
…dePublishVolume Signed-off-by: Huamin Chen <hchen@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rootfs Associated issue: #58524 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
@rootfs: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
per http://blog.kubernetes.io/2018/01/introducing-container-storage-interface.html, credentials are not supported in alpha. Closing. |
What this PR does / why we need it:
Pass user credentials into NodePublishVolume. Volumes such like rbd need credentials to map images.
THIS IS a temporary solution for 1.9. Long term fix will be different from @sbezverk
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 #58524
Special notes for your reviewer:
/sig storage
Release note: