move csi pluing out of prototype (#2636)

Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
pull/2661/head
Ashish Amarnath 2020-06-19 13:27:00 -07:00 committed by GitHub
parent 7b1126ff28
commit fcf0f3e5c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 4 deletions

View File

@ -0,0 +1 @@
move CSI plugin out of prototype into beta

View File

@ -60,8 +60,8 @@
{% if plugin.RestoreItemAction %}
<img src="https://img.shields.io/badge/RestoreItemAction-supported-green">
{% endif %}
{% if plugin.prototype %}
<img src="https://img.shields.io/badge/Prototype-yes-yellow">
{% if plugin.beta %}
<img src="https://img.shields.io/badge/Beta-true-yellow">
{% endif %}
{% endif %}
</div>

View File

@ -4,6 +4,8 @@ link: https://github.com/vmware-tanzu/velero-plugin-for-csi
object-storage: false
volumesnapshotter: true
local-storage: true
prototype: true
beta: true
supported-by-velero-team: true
---
This repository contains alpha plugins for CSI snapshotting via Velero. These plugins are considered experimental and should _not_ be relied upon for production use.
This repository contains Velero plugins for snapshotting CSI backed PVCs using the CSI beta snapshot APIs.
These plugins are currently in beta as of the Velero 1.4 release and will follow the CSI volumesnapshotting APIs in upstream Kubernetes to GA.

View File

@ -10,6 +10,7 @@ Velero supports a variety of storage providers for different backup and snapshot
| [Google Cloud Platform (GCP)][11] | Google Cloud Storage| Google Compute Engine Disks | [Velero plugin for GCP][12] | [GCP Plugin Setup][36] |
| [Microsoft Azure][9] | Azure Blob Storage | Azure Managed Disks | [Velero plugin for Microsoft Azure][10] | [Azure Plugin Setup][37] |
| [VMware vSphere][39] | 🚫 | vSphere Volumes | [VMware vSphere][39] | [vSphere Plugin Setup][40] |
| [Container Storage Interface (CSI)]| 🚫 | CSI Volumes | [Velero plugin for CSI][44] | [CSI Plugin Setup][45] |
Contact: [#Velero Slack][28], [GitHub Issues][29]
@ -87,3 +88,5 @@ In the case you want to take volume snapshots but didn't find a plugin for your
[41]: https://storj.io
[42]: https://github.com/storj-thirdparty/velero-plugin
[43]: https://github.com/storj-thirdparty/velero-plugin/issues
[44]: https://github.com/vmware-tanzu/velero-plugin-for-csi/
[45]: https://velero.io/docs/v1.4/csi/

View File

@ -10,6 +10,7 @@ Velero supports a variety of storage providers for different backup and snapshot
| [Google Cloud Platform (GCP)][11] | Google Cloud Storage| Google Compute Engine Disks | [Velero plugin for GCP][12] | [GCP Plugin Setup][36] |
| [Microsoft Azure][9] | Azure Blob Storage | Azure Managed Disks | [Velero plugin for Microsoft Azure][10] | [Azure Plugin Setup][37] |
| [VMware vSphere][39] | 🚫 | vSphere Volumes | [VMware vSphere][39] | [vSphere Plugin Setup][40] |
| [Container Storage Interface (CSI)]| 🚫 | CSI Volumes | [Velero plugin for CSI][44] | [CSI Plugin Setup][45] |
Contact: [#Velero Slack][28], [GitHub Issues][29]
@ -87,3 +88,5 @@ In the case you want to take volume snapshots but didn't find a plugin for your
[41]: https://storj.io
[42]: https://github.com/storj-thirdparty/velero-plugin
[43]: https://github.com/storj-thirdparty/velero-plugin/issues
[44]: https://github.com/vmware-tanzu/velero-plugin-for-csi/
[45]: https://velero.io/docs/v1.4/csi/