mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-03 19:54:00 +00:00
* Reorg plugin docs Signed-off-by: Carlisia <carlisia@vmware.com> * Improve install docs Signed-off-by: Carlisia <carlisia@vmware.com> * Change path Signed-off-by: Carlisia <carlisia@vmware.com> * Fix broken links Signed-off-by: Carlisia <carlisia@vmware.com> * Address more feedback Signed-off-by: Carlisia <carlisia@vmware.com> * One more fix Signed-off-by: Carlisia <carlisia@vmware.com> * Minor changes to address feedback Signed-off-by: Carlisia <carlisia@vmware.com> * More fixes Signed-off-by: Carlisia <carlisia@vmware.com>
822 B
822 B
Velero plugin system
Velero has a plugin system which allows integration with a variety of providers for backup storage and volume snapshot operations. Please see the links on the left under Plugins.
Anyone can add integrations for any platform to provide additional backup and volume storage without modifying the Velero codebase.
Creating a new plugin
To write a plugin for a new backup or volume storage platform, take a look at our example repo and at our documentation for how to develop plugins.
Adding a new plugin
After you publish your plugin on your own repository, open a PR that adds a link to it under the appropriate list of supported providers page in our documentation.