You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/12/13 18:46:20 UTC

[GitHub] [pulsar] SakaSun opened a new issue #5857: Ability to specify an existing storage class instead of creating one when using Helm deployment

SakaSun opened a new issue #5857: Ability to specify an existing storage class instead of creating one when using Helm deployment
URL: https://github.com/apache/pulsar/issues/5857
 
 
   **Is your feature request related to a problem? Please describe.**
   Yes. With current aproach for specifying storage class in persistent volume claim it's not possible to customize the provisioner parameters. If the property 'storageClass' is declared the chart always create a new storage class with hardcoded parameters.
   
   **Describe the solution you'd like**
   It would be helpful if the chart template had an attribute 'storageClassName' to specify an existing storage class instead of creating one.
   Example (values.yaml): 
   ```
     bookkeeper:
       volumes:
         ledgers:
           storageClassName: existent-storage-class
   ```
   
   **Describe alternatives you've considered**
   Delete and recreate the PVC with wanted storage class or manually create the PV.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services