diff options
| author | Thomas Davis <tadavis@lbl.gov> | 2022-02-22 22:35:55 -0800 |
|---|---|---|
| committer | Thomas Davis <tadavis@lbl.gov> | 2022-02-22 22:35:55 -0800 |
| commit | 2693665752b952f34e8da3e053a6413a33167e2d (patch) | |
| tree | ce4d502e2cfbd1f07282b03e1f39d22b5644b38b /README.md | |
| parent | 7db69de2adf403730abec04afcb882737ae3b597 (diff) | |
| download | seaweedfs-csi-driver-2693665752b952f34e8da3e053a6413a33167e2d.tar.xz seaweedfs-csi-driver-2693665752b952f34e8da3e053a6413a33167e2d.zip | |
This updates the helm chart, and the pre-generated manifest.
The values.yaml is updated to use the latest sig-storage CSI containers from the following urls:
https://kubernetes-csi.github.io/docs/node-driver-registrar.html
https://kubernetes-csi.github.io/docs/external-provisioner.html
https://kubernetes-csi.github.io/docs/external-attacher.html
These URL points to the supported version tables.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -15,7 +15,12 @@ 1. Git clone this repository and adjust your SeaweedFS Filer address via variable SEAWEEDFS_FILER in `deploy/kubernetes/seaweedfs-csi.yaml` (2 places) -2. Apply the container storage interface for SeaweedFS for your cluster +2. Apply the container storage interface for SeaweedFS for your cluster. Use the '-pre-1.17' version for any cluster pre kubernetes version 1.17. To generate an up to date manifest from the helm chart, do: + +`` +helm template seaweedfs ./deploy/helm/seaweedfs-csi-driver > deploy/kubernetes/seaweedfs-csi.yaml +``` +Then apply the manifest. ``` $ kubectl apply -f deploy/kubernetes/seaweedfs-csi.yaml ``` |
