Skip to content

Commit

Permalink
Merge pull request #25 from chengyu-l/k8s_v1.12.0_2
Browse files Browse the repository at this point in the history
doc: update README.md
  • Loading branch information
shuoranliu authored Jun 12, 2020
2 parents 16439d3 + f2264b5 commit 4cdeb15
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4cdeb15

Please sign in to comment.