Skip to content

Commit

Permalink
docs(readme): Add a note that this plugin has been merged to Velero v…
Browse files Browse the repository at this point in the history
…1.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. <[email protected]>
  • Loading branch information
TPXP committed Aug 2, 2024
1 parent 2b15f04 commit e135454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e135454

Please sign in to comment.