Skip to content

Commit

Permalink
Add Multi filers
Browse files Browse the repository at this point in the history
  • Loading branch information
liberodark authored and chrislusf committed Nov 20, 2024
1 parent 46dbe85 commit 7c7a5a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ git clone https://github.com/seaweedfs/seaweedfs-csi-driver.git
```bash
helm install --set seaweedfsFiler=<filerHost:port> seaweedfs-csi-driver ./seaweedfs-csi-driver/deploy/helm/seaweedfs-csi-driver
```
Example with multiple filers :
```bash
helm install seaweedfs-csi-driver ./seaweedfs-csi-driver/deploy/helm/seaweedfs-csi-driver/ \
--namespace seaweedfs-csi-driver \
--set seaweedfsFiler="<filerHost:port>\,<filerHost:port>\,<filerHost:port>\,<filerHost:port>\,<filerHost:port>"
```

### Uninstall

Expand Down

0 comments on commit 7c7a5a7

Please sign in to comment.