Skip to content

Commit

Permalink
Merge pull request kubevirt#5094 from mhenriks/snapshot-doc-update
Browse files Browse the repository at this point in the history
Snapshot doc updates from QE review
  • Loading branch information
davidvossel authored Feb 25, 2021
2 parents 12f2dc2 + 206f44f commit 7c36627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/snapshot-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kubectl get volumesnapshotclass

Make sure that the `provisioner` property of your `StorageClass` matches the `driver` property of the `VolumeSnapshotClass`

Even if you have no `VlumeSnapshotClasses` in your cluster, `VirtualMachineSnapshots` are not totally useless. They will still backup your `VirtualMachine` configuration.
Even if you have no `VolumeSnapshotClasses` in your cluster, `VirtualMachineSnapshots` are not totally useless. They will still backup your `VirtualMachine` configuration.

### Snapshot Feature Gate

Expand All @@ -30,7 +30,7 @@ kubectl patch -n kubevirt kubevirt kubevirt -p '{"spec": {"configuration": { "de

To snapshot a `VirtualMachine` named `larry`, apply the following yaml.

\* It is currently a requirement that `VirtualMachines` are halted before taking a snapshot.
\* It is currently a requirement that `VirtualMachines` are shut down before taking a snapshot.

```yaml
apiVersion: snapshot.kubevirt.io/v1alpha1
Expand Down

0 comments on commit 7c36627

Please sign in to comment.