Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the documents for the release 1.3.0 #107

Merged
merged 1 commit into from
Sep 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Below is a listing of plugin versions and respective Velero versions that are co

| Plugin Version | Velero Version |
|-----------------|----------------|
| v1.3.x | v1.7.x |
| v1.2.x | v1.6.x |
| v1.1.x | v1.5.x |
| v1.1.x | v1.4.x |
Expand Down Expand Up @@ -338,7 +339,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
```bash
velero install \
--provider azure \
--plugins velero/velero-plugin-for-microsoft-azure:v1.2.0 \
--plugins velero/velero-plugin-for-microsoft-azure:v1.3.0 \
--bucket $BLOB_CONTAINER \
--secret-file ./credentials-velero \
--backup-location-config resourceGroup=$AZURE_BACKUP_RESOURCE_GROUP,storageAccount=$AZURE_STORAGE_ACCOUNT_ID[,subscriptionId=$AZURE_BACKUP_SUBSCRIPTION_ID] \
Expand All @@ -352,7 +353,7 @@ If you're using **AAD Pod Identity**, you now need to add the `aadpodidbinding=$
```bash
velero install \
--provider azure \
--plugins velero/velero-plugin-for-microsoft-azure:v1.2.0 \
--plugins velero/velero-plugin-for-microsoft-azure:v1.3.0 \
--bucket $BLOB_CONTAINER \
--secret-file ./credentials-velero \
--backup-location-config resourceGroup=$AZURE_BACKUP_RESOURCE_GROUP,storageAccount=$AZURE_STORAGE_ACCOUNT_ID,storageAccountKeyEnvVar=AZURE_STORAGE_ACCOUNT_ACCESS_KEY[,subscriptionId=$AZURE_BACKUP_SUBSCRIPTION_ID] \
Expand Down Expand Up @@ -384,7 +385,7 @@ It is not possible to use different credentials for additional Backup Storage Lo
### Prerequisites

* Velero 1.6.0 or later
* Azure plugin must be installed, either at install time, or by running `velero plugin add velero/velero-plugin-for-microsoft-azure:v1.2.0`
* Azure plugin must be installed, either at install time, or by running `velero plugin add velero/velero-plugin-for-microsoft-azure:plugin-version`, replace the `plugin-version` with the corresponding value

### Configure the blob container and credentials

Expand Down
3 changes: 3 additions & 0 deletions changelogs/CHANGELOG-1.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## All changes

- Change the base image to `distroless`. (#106, @ywk253100)