Skip to content

Commit 3b580d5

Browse files
committed
correct snapshot restore guide
Signed-off-by: Humble Chirammal <[email protected]>
1 parent ecc6d2a commit 3b580d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/snapshot-restore-feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ With the promotion of Volume Snapshot to beta, the feature is now enabled by def
3939

4040
The schema definition for the custom resources (CRs) can be found [here](https://github.com/kubernetes-csi/external-snapshotter/blob/release-3.0/client/apis/volumesnapshot/v1beta1/types.go). The CRDs are no longer automatically deployed by the sidecar. They should be installed by the Kubernetes distributions.
4141

42-
#### Hightlights in the snapshot v1beta1 APIs
42+
#### Highlights in the snapshot v1beta1 APIs
4343

4444
* DeletionPolicy is a required field in both VolumeSnapshotClass and VolumeSnapshotContent. This way the user has to explicitly specify it, leaving no room for confusion.
4545
* VolumeSnapshotSpec has a required Source field. Source may be either a PersistentVolumeClaimName (if dynamically provisioning a snapshot) or VolumeSnapshotContentName (if pre-provisioning a snapshot).

0 commit comments

Comments
 (0)