Merge pull request #16 from ustuzhanin/helm

fix: add install by chart in Readme
This commit is contained in:
Chris Lu 2021-02-16 15:18:40 -08:00 committed by GitHub
commit bbd2e539cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/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
[Apache v2 license](https://www.apache.org/licenses/LICENSE-2.0)