Difference between revisions of "Kubernetes snapshots"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | ([[v1.20]], Dec 2020) | + | Kubernetes volume snapshots only support the out-of-tree [[CSI]] volume plugins. ([[v1.20]], Dec 2020) https://kubernetes.io/blog/2020/12/08/kubernetes-1-20-release-announcement/#volume-snapshot-operations-goes-stable |
* https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-snapshot-and-restore-volume-from-snapshot-support | * https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-snapshot-and-restore-volume-from-snapshot-support | ||
+ | * https://kubernetes.io/docs/concepts/storage/volume-snapshots/ | ||
+ | [[kind: VolumeSnapshot]] | ||
+ | [[kind: VolumeSnapshotContent]] | ||
− | + | [[kubectl create -f your_new_snaspshots.yaml]] | |
* <code>[[kubectl get volumesnapshot]]</code> | * <code>[[kubectl get volumesnapshot]]</code> | ||
Line 14: | Line 17: | ||
* <code>[[minikube addons enable volumesnapshots]]</code> | * <code>[[minikube addons enable volumesnapshots]]</code> | ||
* [[volumesnapshots]] | * [[volumesnapshots]] | ||
+ | * [[VolumeSnapshotDataSource]] | ||
== See also == | == See also == |
Latest revision as of 08:56, 23 October 2023
Kubernetes volume snapshots only support the out-of-tree CSI volume plugins. (v1.20, Dec 2020) https://kubernetes.io/blog/2020/12/08/kubernetes-1-20-release-announcement/#volume-snapshot-operations-goes-stable
- https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-snapshot-and-restore-volume-from-snapshot-support
- https://kubernetes.io/docs/concepts/storage/volume-snapshots/
kind: VolumeSnapshot kind: VolumeSnapshotContent
kubectl create -f your_new_snaspshots.yaml
snapshot.storage.k8s.io snapshot.storage.kubernetes.io
Related[edit]
See also[edit]
- Kubernetes snapshots,
kind: VolumeSnapshot, kind: VolumeSnapshotContent, kubectl create -f your_new_snaspshots.yaml
- Kubernetes storage, storage classes, PersistentVolume (PV), PVC, CSI,
kind: StorageClass, kind: PersistentVolumeClaim, kind: PersistentVolume
,kubectl [ get | describe | edit ] pvc
,volumeClaimTemplates:
,kubectl patch pv
,FailedMount
, Volume Expansion, Volume Cloning, snapshots, ExtraVolumes, NotTriggerScaleUp,volumePVCDataSource, AllowVolumeExpansion
, EKS storage, provisioner, Storage Capacity Tracking,VolumeBinding, VolumeClaimTemplate, storage.k8s.io
, CKA Storage, DoKC, EmptyDir, Volume populators,storageclass.kubernetes.io
Advertising: