| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-07 | fix sock path | Cristian Chiru | 1 | -3/+3 | |
| 2022-09-07 | bump chart version | Cristian Chiru | 1 | -1/+1 | |
| 2022-09-07 | add non standard volumes for seaweedfs-csi-driver node; improve helm texts | Cristian Chiru | 2 | -7/+13 | |
| 2022-09-05 | Allow per pv/pvc settings for cache, concurrent writes and uid/gid maps | Viktor Kuzmin | 1 | -0/+5 | |
| 2022-07-07 | Pods using the same volume share mount | garenchan | 1 | -0/+7 | |
| 2022-06-05 | Fix broken Helm template | Bryce Lampe | 2 | -8/+31 | |
| 2022-04-26 | Allow to set tolerations and affinity for both node and controller | Viktor Kuzmin | 3 | -2/+18 | |
| 2022-04-18 | Hashicorp Nomad deploy example | Mateusz Kondej | 5 | -0/+465 | |
| 2022-04-15 | fix VolumeExpansion not work | joy717 | 4 | -0/+27 | |
| 2022-03-18 | capacity is enforced | chrislu | 1 | -1/+1 | |
| 2022-02-22 | This updates the helm chart, and the pre-generated manifest. | Thomas Davis | 3 | -251/+634 | |
| 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. | |||||
| 2022-02-15 | use env to config log verbosity | garenchan | 2 | -6/+8 | |
| 2021-10-09 | Allow to specify image pull secrets for private repository | Viktor Kuzmin | 2 | -0/+11 | |
| 2021-09-28 | Merge pull request #33 from kvaster/static_mounts | Chris Lu | 1 | -1/+2 | |
| 2021-09-28 | Allow static persistent volumes, some code cleanup | Viktor Kuzmin | 1 | -1/+2 | |
| 2021-09-28 | Update for 1.22 - fixes seaweedfs/seaweedfs-csi-driver#36 | Russell Smith | 1 | -21/+28 | |
| 2021-09-20 | Fix logging verbosity options | Viktor Kuzmin | 3 | -0/+7 | |
| 2021-08-20 | add explicit uid and gid mapping | Chris Lu | 1 | -0/+12 | |
| 2021-05-28 | Remove extraneous parameter in StatefulSet | Paul Dubs | 1 | -2/+0 | |
| 2021-05-28 | Remove extraneous parameter for weed in DaemonSet | Paul Dubs | 1 | -1/+0 | |
| 2021-04-11 | support configurable cache directory | Chris Lu | 1 | -0/+6 | |
| fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/20 | |||||
| 2021-04-11 | support configurable cache size | Chris Lu | 1 | -0/+6 | |
| fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/20 | |||||
| 2021-02-18 | Merge remote-tracking branch 'origin/master' into helm | Ustuzhanin Anton | 3 | -3/+3 | |
| # Conflicts: # README.md | |||||
| 2021-02-18 | feat: custom updateStrategy for deamonset | Ustuzhanin Anton | 4 | -4/+11 | |
| 2021-02-16 | adjust | Chris Lu | 3 | -3/+3 | |
| 2021-02-16 | feat: add helm chert | Ustuzhanin Anton | 1 | -0/+1 | |
| 2021-02-02 | feat: fix helm chert | Ustuzhanin Anton | 9 | -53/+112 | |
| 2021-01-22 | feat: add helm chert | Ustuzhanin Anton | 9 | -0/+469 | |
| 2021-01-11 | update to latest | Chris Lu | 1 | -13/+15 | |
| fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/7 | |||||
| 2020-10-02 | Update CSI yaml to allow using k8s service DNS to contact the filer | Harry Brundage | 1 | -2/+3 | |
| I think lots of users are going to use the CSI driver with a seaweedfs cluster also running in k8s. The natural way to connect the driver to that cluster would be using DNS instead of hard coded IPs, so I set `SEAWEEDFS_FILER` to something like `seaweedfs-filer.seaweed-namespace.svc:8888`, which the driver kept timing out trying to connect. I realized the driver was running using `hostNetwork: true`, which means the in-cluster DNS resolution doesn't happen, so the .svc hostnames are just unresolved. This changes the default YAML for the next person coming along to use the in-cluster DNS resolution first, and then the host's DNS resolution, so that if the filer happens to be running the cluster, it can be connected from the driver running on the host. An alternative would be to not use `hostNetworking` for the driver daemonset, but I am presuming that's there for a reason. | |||||
| 2020-09-03 | add timeout | Chris Lu | 1 | -0/+1 | |
| 2020-06-09 | skip checking | Chris Lu | 1 | -4/+17 | |
| 2020-06-07 | copied from moosefs | Chris Lu | 4 | -102/+411 | |
| 2020-06-01 | configure filer via CLI | Chris Lu | 1 | -0/+102 | |
