Merge pull request #759 from lectrician1/patch-1

…Update README.md to note external-snapshotter is required
This commit is contained in:
Kubernetes Prow Robot 2024-09-04 02:35:14 +01:00 committed by GitHub
commit 498702d4f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
- [CSI Snapshotter](https://github.com/kubernetes-csi/external-snapshotter)