dgrove-oss opened a new pull request #153: Add support for persistent storage.
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/153
 
 
   CouchDB, zookeeper, kafka, and redis all need
   persistent storage to properly handle crashes
   and pod restarts. Define the needed PersistentVolumes
   and PersistentVolumeClaims, mount them into the
   appropriate pods, and update docs accordingly.
   The existing definition is appropriate for minikube
   or for deploying on single-node development/test
   clusters.
   
   Production environments will need to modify
   persistent-volumes.yml to meet their needs.
   Also note that if multiple replicas of zookeeper,
   redis, and/or kafka are deployed, then nonpersistent
   storage may be used for their data volumes
   (replication replaces persistence).
   
   Fixes #39.

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


With regards,
Apache Git Services

Reply via email to