We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd765aa commit c077801Copy full SHA for c077801
deploy/example/snapshot/README.md
@@ -1,6 +1,9 @@
1
# Volume Snapshot Example
2
3
+This creates a snapshot of a volume using `tar`.
4
+
5
- supported from v4.3.0
6
+- Make sure you have `externalSnapshotter.enabled=true` if you are using the Helm chart.
7
8
## Create source PVC and an example pod to write data
9
@@ -73,4 +76,4 @@ outfile
73
76
```
74
77
75
78
### Links
- - [CSI Snapshotter](https://github.com/kubernetes-csi/external-snapshotter)
79
+ - [CSI Snapshotter](https://github.com/kubernetes-csi/external-snapshotter)
0 commit comments