Skip to content

Commit

Permalink
Move snapshot example yaml files
Browse files Browse the repository at this point in the history
This PR moves snapshot example yaml files from deploy folder to
examples folder, along with other example yaml files.
  • Loading branch information
xing-yang committed Apr 20, 2019
1 parent a6ba7d0 commit 269b932
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Since volume snapshot is an alpha feature starting in Kubernetes v1.12, you need
Use the volume snapshot class to dynamically create a volume snapshot:

> $ kubectl create -f deploy/snapshot/csi-snapshot.yaml
> $ kubectl create -f examples/csi-snapshot.yaml
> ```
> volumesnapshot.snapshot.storage.k8s.io/new-snapshot-demo created
> ```
Expand Down Expand Up @@ -324,7 +324,7 @@ Use the volume snapshot class to dynamically create a volume snapshot:

Follow the following example to create a volume from a volume snapshot:

> $ kubectl create -f deploy/snapshot/csi-restore.yaml
> $ kubectl create -f examples/csi-restore.yaml
> `persistentvolumeclaim/hpvc-restore created`
>
> $ kubectl get pvc
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 269b932

Please sign in to comment.