From 2693665752b952f34e8da3e053a6413a33167e2d Mon Sep 17 00:00:00 2001 From: Thomas Davis Date: Tue, 22 Feb 2022 22:35:55 -0800 Subject: 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. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 18b5e64..0ec3b2f 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- cgit v1.2.3