You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/11/04 03:43:47 UTC

[GitHub] [pulsar-helm-chart] autumnqfeng opened a new pull request #168: Mount local disk add host path

autumnqfeng opened a new pull request #168:
URL: https://github.com/apache/pulsar-helm-chart/pull/168


   Fixes #<xyz>
   
   ### Motivation
   
   Installing ZooKeeper and BookKeeper through Helm Charts fails when K8S does not support PVC, so I think Helm Charts should support mounting to local disks.
   
   ### Modifications
   
   * `values.yaml` added the `hostPath` configuration for mounting to a local disk.
   * Mount the `/zookeeper/data` directory to the local disk in  `zookeeper-statefulset.yaml` .
   * In `bookkeeper-statefulset.yaml`, mount the `/bookie/journal` and `/bookie/ledgers` to the local disk. For example, mount journal to the local SSD and ledgers to HDD.
   
   ### Verifying this change
   
   - [ ]  Make sure that the change passes the CI checks.
   
   


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-helm-chart] autumnqfeng closed pull request #168: when K8S does not support PVC, mount the storage to local disk

Posted by GitBox <gi...@apache.org>.
autumnqfeng closed pull request #168:
URL: https://github.com/apache/pulsar-helm-chart/pull/168


   


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org