Skip to content

Commit

Permalink
Merge pull request #34 from carlisia/v1.14.0-docs
Browse files Browse the repository at this point in the history
Specify the Velero dependency version
  • Loading branch information
ashish-amarnath authored May 26, 2020
2 parents cdd91c0 + 91f8b65 commit 3c1edef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Below is a listing of plugin versions and respective Velero versions that are co

| Plugin Version | Velero Version |
|-----------------|----------------|
| v1.1.x | v1.4.x |
| v1.0.x | v1.3.x |
| v1.0.x | v1.2.0 |

Expand Down Expand Up @@ -149,7 +150,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
```bash
velero install \
--provider gcp \
--plugins velero/velero-plugin-for-gcp:v1.0.1 \
--plugins velero/velero-plugin-for-gcp:v1.1.0 \
--bucket $BUCKET \
--secret-file ./credentials-velero
```
Expand All @@ -161,7 +162,7 @@ You must add a service account annotation to the Kubernetes service account so t
```bash
velero install \
--provider gcp \
--plugins velero/velero-plugin-for-gcp:v1.0.1 \
--plugins velero/velero-plugin-for-gcp:v1.1.0 \
--no-secret \
--sa-annotations iam.gke.io/gcp-service-account=[GSA_NAME]@[PROJECT_ID].iam.gserviceaccount.com \
--backup-location-config serviceAccount=[GSA_NAME]@[PROJECT_ID].iam.gserviceaccount.com \
Expand Down

0 comments on commit 3c1edef

Please sign in to comment.