Image Overview: velero-plugin-for-csi

Overview: velero-plugin-for-csi Chainguard Image

Velero plugins for integrating with CSI snapshot API

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/velero-plugin-for-csi:latest

Usage

To get more detail about how to use this plugin, please refer to the Container Storage Interface Snapshot Support in Velero .

To integrate Velero with the CSI volume snapshot APIs, you must enable the EnableCSI feature flag and install the Velero CSI plugins on the Velero server.

Both of these can be added with the velero install command.

velero install \
--features=EnableCSI \
--plugins=<object storage plugin>,cgr.dev/chainguard/velero-plugin-for-csi:latest \
...

For the object storage plugin, you can use the appropriate object storage plugin for your cloud provider. For example, for AWS, you can use the AWS plugin available in Chainguard image catalog: cgr.dev/chainguard/velero-plugin-for-aws:latest

Last updated: 2024-04-11 12:38