Skip to content

Commit

Permalink
Merge pull request #51 from ashish-amarnath/doc-dockerhub
Browse files Browse the repository at this point in the history
📖 add dockerhub link to docs
  • Loading branch information
Carlisia Campos authored May 20, 2020
2 parents c3508c3 + bc12c9c commit cf31327
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,15 @@ A plugin of type RestoreItemAction that restores [`snapshot.storage.k8s.io.volum

This plugin will use the [annotations][6] on the object being restored to return, as additional items, any snapshot lister secret that is associated with the volumesnapshotclass.


## Building the plugins

To build the plugins, run
Official images of the plugin is available on [Velero DockerHub](https://hub.docker.com/repository/docker/velero/velero-plugin-for-csi).

For development and testing, the plugin container images may be built by running the below command

```bash
$ make
$ IMAGE=<YOUR_REGISTRY>/velero-plugin-for-csi:<YOUR_TAG> make container
```

## Known shortcomings
Expand Down

0 comments on commit cf31327

Please sign in to comment.