-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Introduce nodeExpandSecret in CSI PV source #3107
Copy link
Copy link
Closed
Labels
sig/storageCategorizes an issue or PR as relevant to SIG Storage.Categorizes an issue or PR as relevant to SIG Storage.stage/stableDenotes an issue tracking an enhancement targeted for Stable/GA statusDenotes an issue tracking an enhancement targeted for Stable/GA status
Metadata
Metadata
Assignees
Labels
sig/storageCategorizes an issue or PR as relevant to SIG Storage.Categorizes an issue or PR as relevant to SIG Storage.stage/stableDenotes an issue tracking an enhancement targeted for Stable/GA statusDenotes an issue tracking an enhancement targeted for Stable/GA status
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
New New
Enhancement Description
CSI spec 1.5 enhanced the spec to add optional secrets field to
NodeExpandVolumeRequest. To support this, we need to have
NodeExpandSecretto theCSI PV source and also derive the expansion secret in csiclient to
send it out as part of the nodeexpand request.
Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/3107-csi-nodeexpandsecret/
Discussion Link: csi: add nodeExpandSecret support for CSI client & add unit test kubernetes#105963 (comment)
Primary contact (assignee): @humblec
Responsible SIGs: sig storage
Enhancement target (which target equals to which milestone):
Alpha
k/enhancements) update PR(s):k/k) update PR(s):k/website) update PR(s):Beta
k/enhancements) update PR(s):k/k) update PR(s):k/website) update PR(s):Stable
k/enhancements) update PR(s):k/k) update PR(s):k/website) update PR(s):Additional Ref:
Pass secret in NodeExpansion Call for the CSI driver kubernetes#95367
Add Secrets in NodeExpandVolumeRequest container-storage-interface/spec#457
Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.