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:
parent
91ed8720c4
commit
9bbb9ad76b
@ -84,10 +84,15 @@ git clone https://github.com/longhorn/longhorn.git
|
|||||||
```
|
```
|
||||||
|
|
||||||
Now using following command to install Longhorn:
|
Now using following command to install Longhorn:
|
||||||
|
* Helm2
|
||||||
```
|
```
|
||||||
helm install ./longhorn/chart --name longhorn --namespace longhorn-system
|
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`
|
Longhorn will be installed in the namespace `longhorn-system`
|
||||||
|
Loading…
Reference in New Issue
Block a user