You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/09/11 06:37:10 UTC

[GitHub] [rocketmq-operator] liuruiyiyang commented on a change in pull request #3: Add NFS storage class for RocketMQ data persistence

liuruiyiyang commented on a change in pull request #3: Add NFS storage class for RocketMQ data persistence
URL: https://github.com/apache/rocketmq-operator/pull/3#discussion_r323079460
 
 

 ##########
 File path: README.md
 ##########
 @@ -3,29 +3,74 @@
 
 ## Overview
 
-RocketMQ Operator is  to manage RocketMQ service instances deployed on the Kubernetes cluster.
+RocketMQ Operator is to manage RocketMQ service instances deployed on the Kubernetes cluster.
 It is built using the [Operator SDK](https://github.com/operator-framework/operator-sdk), which is part of the [Operator Framework](https://github.com/operator-framework/).
 
 ## Quick Start
 
+### Prepare Storage Class
+
+The first step is to prepare a storage class to create PV and PVC where the RocketMQ data will be stored. Here we use NFS as the storage class.
+
+1. Deploy NFS server and clients on your Kubernetes cluster. Please make sure they are functional before you go to the next step.
 
 Review comment:
   I will add some instructions about the NFS verification to the README doc

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