Explicitly mention alpha status of snapshot APIs. (#16525)
Also added a section about creating volumes from snapshots.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
66cadd66b5
commit
b948ea293d
@@ -11,6 +11,7 @@ weight: 20
|
|||||||
|
|
||||||
{{% capture overview %}}
|
{{% 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.
|
This document describes the current state of `VolumeSnapshots` in Kubernetes. Familiarity with [persistent volumes](/docs/concepts/storage/persistent-volumes/) is suggested.
|
||||||
|
|
||||||
{{% /capture %}}
|
{{% /capture %}}
|
||||||
@@ -129,4 +130,12 @@ using the attribute `snapshotClassName`.
|
|||||||
Only VolumeSnapshotContents of the requested class, ones with the same `snapshotClassName`
|
Only VolumeSnapshotContents of the requested class, ones with the same `snapshotClassName`
|
||||||
as the VolumeSnapshot, can be bound to the VolumeSnapshot.
|
as the VolumeSnapshot, can be bound to the VolumeSnapshot.
|
||||||
|
|
||||||
|
## Provisioning Volumes from Snapshots
|
||||||
|
|
||||||
|
You can provision a new volume, pre-populated with data from a snapshot, by using
|
||||||
|
the *dataSource* field in the `PersistentVolumeClaim` object.
|
||||||
|
|
||||||
|
For more details, see
|
||||||
|
[Volume Snapshot and Restore Volume from Snapshot](/docs/concepts/storage/persistent-volumes/#volume-snapshot-and-restore-volume-from-snapshot-support).
|
||||||
|
|
||||||
{{% /capture %}}
|
{{% /capture %}}
|
||||||
|
|||||||
Reference in New Issue
Block a user