Merge pull request #16 from ustuzhanin/helm
fix: add install by chart in Readme
This commit is contained in:
commit
bbd2e539cb
14
README.md
14
README.md
@ -45,7 +45,21 @@ $ kubectl delete -f deploy/kubernetes/sample-busybox-pod.yaml
|
|||||||
$ kubectl delete -f deploy/kubernetes/sample-seaweedfs-pvc.yaml
|
$ kubectl delete -f deploy/kubernetes/sample-seaweedfs-pvc.yaml
|
||||||
$ kubectl delete -f deploy/kubernetes/seaweedfs-csi.yaml
|
$ kubectl delete -f deploy/kubernetes/seaweedfs-csi.yaml
|
||||||
```
|
```
|
||||||
|
## Install by helm chart
|
||||||
|
|
||||||
|
1. Clone project
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/seaweedfs/seaweedfs-csi-driver.git
|
||||||
|
```
|
||||||
|
2. Install
|
||||||
|
```bash
|
||||||
|
helm install --set seaweedfsFiller=<url to filler host:port> seaweedfs-csi-driver ./seaweedfs-csi-driver/deploy/helm/seaweedfs-csi-driver
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Clean up
|
||||||
|
```bash
|
||||||
|
helm uninstall seaweedfs-csi-driver
|
||||||
|
```
|
||||||
# License
|
# License
|
||||||
[Apache v2 license](https://www.apache.org/licenses/LICENSE-2.0)
|
[Apache v2 license](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user