From fe6c52a1eec7694eac38f1be02d08ada572845df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E7=8E=AE=E6=96=87?= Date: Wed, 22 May 2024 16:59:07 +0800 Subject: [PATCH] docs: volume snapshot installataion --- docs/install.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/install.md b/docs/install.md index 517490b15..f96880926 100644 --- a/docs/install.md +++ b/docs/install.md @@ -57,6 +57,16 @@ Please review the [values file](../deploy/chart/values.yaml) before installing. * deploy.accessKey.enabled: if you are using instance RAM role, disable this. * csi.\.enabled: enable or disable each driver. +### Volume Snapshot + +disk driver supports volume snapshot feature. This helm chart installs the CRDs for you, but it will not upgrade them. +You may need to manage the [CRDs](https://github.com/kubernetes-csi/external-snapshotter/tree/master/client/config/crd) manually. + +The Common Snapshot Controller only needs to be deployed once in a cluster. +If you have other drivers that also supports volume snapshot, You can manage the controller yourself. +Please set `volumeSnapshot.controller.enabled` to `false` and +refer to [CSI Snapshotter Usage](https://github.com/kubernetes-csi/external-snapshotter/blob/master/README.md#usage) for how to deploy the controller. + ## Verify Check the driver pods are running and ready: