From c0778016741d8817f6144007fb8e98ee918cc29f Mon Sep 17 00:00:00 2001 From: Seth Deegan Date: Tue, 3 Sep 2024 19:06:59 -0400 Subject: [PATCH] Update README.md to note external-snapshotter is required along with explaining how the snapshot is created --- deploy/example/snapshot/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deploy/example/snapshot/README.md b/deploy/example/snapshot/README.md index 68ff37465..d0a828e8d 100644 --- a/deploy/example/snapshot/README.md +++ b/deploy/example/snapshot/README.md @@ -1,6 +1,9 @@ # Volume Snapshot Example +This creates a snapshot of a volume using `tar`. + - supported from v4.3.0 +- Make sure you have `externalSnapshotter.enabled=true` if you are using the Helm chart. ## Create source PVC and an example pod to write data @@ -73,4 +76,4 @@ outfile ``` ### Links - - [CSI Snapshotter](https://github.com/kubernetes-csi/external-snapshotter) \ No newline at end of file + - [CSI Snapshotter](https://github.com/kubernetes-csi/external-snapshotter)