Add document for Helm3

Signed-off-by: Tom Paine <github@aioue.net>
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
This commit is contained in:
Tom Paine 2020-02-03 16:14:48 +00:00 committed by Sheng Yang
parent 91ed8720c4
commit 9bbb9ad76b

View File

@ -84,10 +84,15 @@ git clone https://github.com/longhorn/longhorn.git
```
Now using following command to install Longhorn:
* Helm2
```
helm install ./longhorn/chart --name longhorn --namespace longhorn-system
```
* Helm3
```
kubectl create namespace longhorn-system
helm install longhorn ./longhorn/chart/ --namespace longhorn-system
```
---
Longhorn will be installed in the namespace `longhorn-system`