Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pvc metadata to createvolume req #399

Merged
merged 1 commit into from
Feb 7, 2020

Commits on Feb 7, 2020

  1. add flag to inject pvc/pv metadata to createvolume request

    Adds --extraCreateMetadata flag which, when enabled, will inject parameters onto CreateVolume driver requests with PVC and PV metadata.
      Injected keys:
      - csi.storage.k8s.io/pvc/name
      - csi.storage.k8s.io/pvc/namespace
      - csi.storage.k8s.io/pv/name
    
    Co-authored-by: abrden <agustina.barbetta@gmail.com>
    zetsub0u and aibarbetta committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    53f0949 View commit details
    Browse the repository at this point in the history