Skip to content

Commit

Permalink
Apply Icke's suggestion from review
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitoraj committed Nov 20, 2024
1 parent 0c93048 commit 4fac06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/04-operation-guides/operations/10-backup-kyma.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If the etcd database experiences any problems, Gardener automatically restores t

We recommend that you back up your volumes periodically with the [VolumeSnapshot API resource](https://kubernetes.io/docs/concepts/storage/volume-snapshots/#volumesnapshots), which is provided by Kubernetes. You can use your snapshot to provision a new volume prepopulated with the snapshot data, or restore the existing volume to the state represented by the snapshot.

Taking volume snapshots is possible thanks to [Container Storage Interface (CSI) drivers](https://kubernetes-csi.github.io/docs/), which allow third-party storage providers to expose storage systems in Kubernetes. The driver must be specified in the VolumeSnapshotClass resource.
Taking volume snapshots is possible thanks to [Container Storage Interface (CSI) drivers](https://kubernetes-csi.github.io/docs/), which allow third-party storage providers to expose storage systems in Kubernetes. The driver must be specified in the VolumeSnapshotClass resource. Kyma clusters usually have a default VolumeSnapshotClass available. If you use the default resource, you don't have to confgure the driver.

## Create On-Demand Volume Snapshots

Expand Down

0 comments on commit 4fac06a

Please sign in to comment.