mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 13:05:17 +00:00
Add initial documentation for CSI support
Fixes #2142 Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
@@ -39,6 +39,8 @@ toc:
|
||||
url: /namespace
|
||||
- page: Extend with hooks
|
||||
url: /hooks
|
||||
- page: CSI Support (beta)
|
||||
url: /csi
|
||||
- title: Plugins
|
||||
subfolderitems:
|
||||
- page: Overview
|
||||
|
||||
15
site/docs/master/csi.md
Normal file
15
site/docs/master/csi.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Container Storage Interface Snapshot Support in Velero
|
||||
|
||||
_This feature is under development. Documentation may not be up-to-date and features may not work as expected._
|
||||
|
||||
Velero supports taking Container Storage Interface (CSI) snapshots as a beta feature on clusters that meet the following prerequisites.
|
||||
|
||||
1. The cluster is Kubernetes version 1.17 or greater.
|
||||
1. The cluster is running a CSI driver capable of support volume snapshots at the [v1beta1 API level](https://kubernetes.io/blog/2019/12/09/kubernetes-1-17-feature-cis-volume-snapshot-beta/).
|
||||
1. The Velero server is running with the `--features EnableCSI` feature flag to enable CSI logic in Velero's core.
|
||||
1. The Velero [CSI plugin](https://github.com/vmware-tanzu/velero-plugin-for-csi/) is installed to integrate with the CSI volume snapshot APIs.
|
||||
|
||||
# Roadmap
|
||||
|
||||
Velero's support level for CSI volume snapshotting will follow upstream Kubernetes support for it, and will reach general availability sometime
|
||||
after volume snapshotting is GA in upstream Kubernetes. Beta support is expected to launch in Velero v1.4.
|
||||
Reference in New Issue
Block a user