Skip to content

Commit

Permalink
Merge pull request #45 from xing-yang/move_snapshot_examples
Browse files Browse the repository at this point in the history
Move snapshot example yaml files
  • Loading branch information
k8s-ci-robot authored Apr 20, 2019
2 parents 002c3fd + 269b932 commit 355caeb
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 355caeb

Please sign in to comment.