From e13545444ebfd4bb5f49c3ef4783172066b251d9 Mon Sep 17 00:00:00 2001 From: "Thomas P." Date: Fri, 2 Aug 2024 14:51:57 +0200 Subject: [PATCH] docs(readme): Add a note that this plugin has been merged to Velero v1.14 As I was investigating a broken Velero setup (mistakenly updated by Renovate), I had to remove it from my configuration. Clarifying this on this project readme could help others realize the origin of the problem faster. Signed-off-by: Thomas P. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4beca6ed..d213618f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ After Velero's data mover function is ready (v1.12), for those environments that For a list of prerequisites and installation instructions, please refer to our documentation [here][2]. +> [!TIP] +> Since Velero v1.14, this plugin is integrated into Velero and should not be added manually. You can safely remove it from your configuration if upgrading from v1.13. See [Upgrade notes](https://velero.io/docs/v1.14/upgrade-to-1.14/) + # WARNING CSI Snapshots are a standard Kubernetes mechanism for taking snapshots. The actual implementation of snapshots varies by storage vendor. For disaster recovery, snapshots must be stored in a durable store, such as an S3 bucket, tape library, etc. and not just on the primary storage. If the snapshot is only stored on the primary storage and the storage is corrupted or destroyed the backup will be lost.