Skip to content

Commit 355caeb

Browse files
authored
Merge pull request #45 from xing-yang/move_snapshot_examples
Move snapshot example yaml files
2 parents 002c3fd + 269b932 commit 355caeb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Since volume snapshot is an alpha feature starting in Kubernetes v1.12, you need
236236
237237
Use the volume snapshot class to dynamically create a volume snapshot:
238238
239-
> $ kubectl create -f deploy/snapshot/csi-snapshot.yaml
239+
> $ kubectl create -f examples/csi-snapshot.yaml
240240
> ```
241241
> volumesnapshot.snapshot.storage.k8s.io/new-snapshot-demo created
242242
> ```
@@ -324,7 +324,7 @@ Use the volume snapshot class to dynamically create a volume snapshot:
324324
325325
Follow the following example to create a volume from a volume snapshot:
326326
327-
> $ kubectl create -f deploy/snapshot/csi-restore.yaml
327+
> $ kubectl create -f examples/csi-restore.yaml
328328
> `persistentvolumeclaim/hpvc-restore created`
329329
>
330330
> $ kubectl get pvc
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)