From f2264b512a6979c9e27e89dcd88dd91765ee7c07 Mon Sep 17 00:00:00 2001 From: chengyu-l Date: Fri, 12 Jun 2020 11:14:58 +0800 Subject: [PATCH] update README.md Signed-off-by: chengyu-l --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db8017e..d7374e4 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ The chubaofs-helm project helps deploy a ChubaoFS cluster orchestrated by Kubern ``` $ git clone https://github.com/chubaofs/chubaofs-helm +$ git checkout -b k8s_v1.12.0 origin/k8s_v1.12.0 $ cd chubaofs-helm ``` @@ -29,10 +30,15 @@ $ cp ~/.kube/config chubaofs/config/kubeconfig Create a `chubaofs.yaml` file, and put it in a user-defined path. Suppose this is where we put it. ``` -$ cat ~/chubaofs.yaml +$ vi ~/chubaofs.yaml ``` ``` yaml +component: + provisioner: true + monitor: true + ingress: false + path: data: /chubaofs/data log: /chubaofs/log @@ -49,7 +55,7 @@ provisioner: kubelet_path: /var/lib/kubelet ``` -> Note that `chubaofs-helm/chubaofs/values.yaml` shows all the config parameters of ChubaoFS. +> Note that `chubaofs/values.yaml` shows all the config parameters of ChubaoFS. > The parameters `path.data` and `path.log` are used to store server data and logs, respectively. ### Add labels to Kubernetes node