Skip to content

Commit 269b932

Browse files
committed
Move snapshot example yaml files
This PR moves snapshot example yaml files from deploy folder to examples folder, along with other example yaml files.
1 parent a6ba7d0 commit 269b932

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)