From 50504a9a1e6f04b60e81ef70234dd9602ab3b0e7 Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Fri, 29 Dec 2023 15:26:27 +0800 Subject: [PATCH] doc(v1.5.4): update csi-snapshotter version to v6.3.2 longhorn-7492 longhorn-7384 Signed-off-by: Chin-Ya Huang --- .../csi-snapshot-support/enable-csi-snapshot-support.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/1.5.4/snapshots-and-backups/csi-snapshot-support/enable-csi-snapshot-support.md b/content/docs/1.5.4/snapshots-and-backups/csi-snapshot-support/enable-csi-snapshot-support.md index 36664d9a5..36ac4d176 100644 --- a/content/docs/1.5.4/snapshots-and-backups/csi-snapshot-support/enable-csi-snapshot-support.md +++ b/content/docs/1.5.4/snapshots-and-backups/csi-snapshot-support/enable-csi-snapshot-support.md @@ -24,14 +24,14 @@ You may manually install these components by executing the following steps. > For example, on a vanilla Kubernetes cluster, update the namespace from `default` to `kube-system` prior to issuing the `kubectl create` command. Install the Snapshot CRDs: -1. Download the files from https://github.com/kubernetes-csi/external-snapshotter/tree/v6.3.0/client/config/crd -because Longhorn v{{< current-version >}} uses [CSI external-snapshotter](https://kubernetes-csi.github.io/docs/external-snapshotter.html) v6.3.0 +1. Download the files from https://github.com/kubernetes-csi/external-snapshotter/tree/v6.3.2/client/config/crd +because Longhorn v{{< current-version >}} uses [CSI external-snapshotter](https://kubernetes-csi.github.io/docs/external-snapshotter.html) v6.3.2 2. Run `kubectl create -k client/config/crd`. 3. Do this once per cluster. Install the Common Snapshot Controller: -1. Download the files from https://github.com/kubernetes-csi/external-snapshotter/tree/v6.3.0/deploy/kubernetes/snapshot-controller -because Longhorn v{{< current-version >}} uses [CSI external-snapshotter](https://kubernetes-csi.github.io/docs/external-snapshotter.html) v6.3.0 +1. Download the files from https://github.com/kubernetes-csi/external-snapshotter/tree/v6.3.2/deploy/kubernetes/snapshot-controller +because Longhorn v{{< current-version >}} uses [CSI external-snapshotter](https://kubernetes-csi.github.io/docs/external-snapshotter.html) v6.3.2 2. Update the namespace to an appropriate value for your environment (e.g. `kube-system`) 3. Run `kubectl create -k deploy/kubernetes/snapshot-controller`. 3. Do this once per cluster.