Skip to content

Commit

Permalink
docs: add link to snapshot-controller helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
zebernst committed Sep 2, 2024
1 parent 082884c commit 0cc495c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Synology CSI Driver for Kubernetes

The official [Container Storage Interface](https://github.com/container-storage-interface) driver for Synology NAS,
modified for support with [Talos Linux](https://www.talos.dev)
modified for support with [Talos Linux](https://www.talos.dev).

This repository also includes a [Helm chart](./charts/synology-csi) for convenience.

### Container Images & Kubernetes Compatibility
Driver Name: csi.san.synology.com
Expand All @@ -24,7 +26,8 @@ The Synology CSI driver supports:
* DSM 7.0 or above
* DSM UC 3.1 or above
- Go version 1.21 or above is recommended
- (Optional) Both [Volume Snapshot CRDs](https://github.com/kubernetes-csi/external-snapshotter/tree/v4.0.0/client/config/crd) and the [common snapshot controller](https://github.com/kubernetes-csi/external-snapshotter/tree/v4.0.0/deploy/kubernetes/snapshot-controller) must be installed in your Kubernetes cluster if you want to use the **Snapshot** feature
- (Optional) Both [Volume Snapshot CRDs](https://github.com/kubernetes-csi/external-snapshotter/tree/v4.0.0/client/config/crd) and the [common snapshot controller](https://github.com/kubernetes-csi/external-snapshotter/tree/v4.0.0/deploy/kubernetes/snapshot-controller) must be installed in your Kubernetes cluster if you want to use the **Snapshot** feature.
> There is a maintained helm chart for the snapshot-controller located [here](https://github.com/piraeusdatastore/helm-charts/tree/main/charts/snapshot-controller).
### Notice
1. Before installing the CSI driver, make sure you have created and initialized at least one **storage pool** and one **volume** on your DSM.
Expand Down

0 comments on commit 0cc495c

Please sign in to comment.