From 055e686a2aa8aa61f5818cb47bf59aebd68ccff9 Mon Sep 17 00:00:00 2001 From: Liping Xue Date: Tue, 26 Mar 2024 14:13:15 -0700 Subject: [PATCH] Update doc to state that Data Mover is not enterprise ready. (#573) Signed-off-by: xing-yang Co-authored-by: xing-yang --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 739d48d9..df21fd93 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Velero handles Kubernetes metadata during backup and retore. Velero relies on it * vSphere Plugin - deployed with Velero; called by Velero to backup and restore a PVC * Backupdriver - handles the backup and restore of PVCs; relies on the Data Mover to upload or download data * Data Mover - handles upload of snapshot data to object store and download of snapshot data from object store + * Note: The Data Mover is only functionally tested and it is not meant to work at scale and does not promise any performance expectations. It is not meant to backup business critical applications in production. ![Velero Plugin for vSphere Architecture](docs/vsphere-plugin-architecture.png)