Skip to content

Commit

Permalink
Explicitly mention alpha status of snapshot APIs.
Browse files Browse the repository at this point in the history
Also added a section about creating volumes from snapshots.
  • Loading branch information
draghuram committed Sep 23, 2019
1 parent 513199d commit 000b5d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/en/docs/concepts/storage/volume-snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ weight: 20

{{% capture overview %}}

{{< feature-state for_k8s_version="v1.12" state="alpha" >}}
This document describes the current state of `VolumeSnapshots` in Kubernetes. Familiarity with [persistent volumes](/docs/concepts/storage/persistent-volumes/) is suggested.

{{% /capture %}}
Expand Down Expand Up @@ -129,4 +130,12 @@ using the attribute `snapshotClassName`.
Only VolumeSnapshotContents of the requested class, ones with the same `snapshotClassName`
as the VolumeSnapshot, can be bound to the VolumeSnapshot.

## Provisioning Volumes from Snapshots

A new volume, pre-populated with data from a snapshot, can be provisioned using
*dataSource* field in the `PersistentVolumeClaim` object.

For more details, please see
[here](/docs/concepts/storage/persistent-volumes/#volume-snapshot-and-restore-volume-from-snapshot-support).

{{% /capture %}}

0 comments on commit 000b5d2

Please sign in to comment.