-
Notifications
You must be signed in to change notification settings - Fork 257
Closed
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Description
The external-provisioner currently supports special key for specifying secret during volume provisioning. However, the https://kubernetes-csi.github.io/docs/secrets-and-credentials.html page does not document that.
So we should:
- Add two sub pages to the "Secrets & Credentials" page, one for
external-provisionerand one forexternal-snapshotterto document the "special keys" supported by both CSI volume and snapshot provisioning. - We should add use cases to the "Secrets & Credentials" page to document common use cases, for example:
- For backend credential (which does not change per volume), just populate that directly in the CSI driver (does not need to go through CSI protocol.
- For encrypting a disk or snapshot...
@oleksiys maybe a good candidate to help with 2.
Metadata
Metadata
Assignees
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.