mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 22:23:15 +00:00
Document --pod-annotations install argument (#1674)
* Document --pod-annotations install argument Fixes #1667 Signed-off-by: Nolan Brubaker <brubakern@vmware.com> * Revert v1.0.0 edits Signed-off-by: Nolan Brubaker <brubakern@vmware.com> * Make pod annotations example commands complete Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
committed by
Adnan Abdulhussein
parent
65906efffa
commit
5f409f12c8
@@ -142,6 +142,8 @@ This is useful as a starting point for more customized installations.
|
||||
|
||||
# velero install --bucket gcp-backups --provider gcp --secret-file ./gcp-creds.json --wait
|
||||
|
||||
# velero install --bucket backups --provider aws --backup-location-config region=us-west-2 --secret-file ./an-empty-file --snapshot-location-config region=us-west-2 --pod-annotations iam.amazonaws.com/role=arn:aws:iam::<AWS_ACCOUNT_ID>:role/<VELERO_ROLE_NAME>
|
||||
|
||||
`,
|
||||
Run: func(c *cobra.Command, args []string) {
|
||||
cmd.CheckError(o.Validate(c, args, f))
|
||||
|
||||
Reference in New Issue
Block a user