move csi pluing out of prototype (#2636)
Signed-off-by: Ashish Amarnath <ashisham@vmware.com>pull/2661/head
parent
7b1126ff28
commit
fcf0f3e5c2
|
@ -0,0 +1 @@
|
|||
move CSI plugin out of prototype into beta
|
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue