Skip to content

Commit

Permalink
Merge pull request #87 from kahirokunn/main
Browse files Browse the repository at this point in the history
  • Loading branch information
reasonerjt authored Sep 9, 2021
2 parents edd053f + 4594ec9 commit 597f54f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
```bash
velero install \
--provider aws \
--plugins velero/velero-plugin-for-aws:v1.2.0 \
--plugins velero/velero-plugin-for-aws:v1.2.1 \
--bucket $BUCKET \
--backup-location-config region=$REGION \
--snapshot-location-config region=$REGION \
Expand All @@ -273,7 +273,7 @@ velero install \
```bash
velero install \
--provider aws \
--plugins velero/velero-plugin-for-aws:v1.2.0 \
--plugins velero/velero-plugin-for-aws:v1.2.1 \
--bucket $BUCKET \
--backup-location-config region=$REGION \
--snapshot-location-config region=$REGION \
Expand Down Expand Up @@ -302,7 +302,7 @@ It is not possible to use different credentials for additional Backup Storage Lo
### Prerequisites
* Velero 1.6.0 or later
* AWS plugin must be installed, either at install time, or by running `velero plugin add velero/velero-plugin-for-aws:v1.2.0`
* AWS plugin must be installed, either at install time, or by running `velero plugin add velero/velero-plugin-for-aws:v1.2.1`
### Configure S3 bucket and credentials
Expand Down

0 comments on commit 597f54f

Please sign in to comment.