mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 11:46:06 +00:00
fixes inlining of command in GCP setup docs (#1547)
* fixes inlining of command in GCP setup docs Signed-off-by: Adnan Abdulhussein <aadnan@vmware.com>
This commit is contained in:
committed by
KubeKween
parent
7d9fc88eb3
commit
f1319be60b
@@ -61,6 +61,7 @@ To integrate Velero with GCP, create a Velero-specific [Service Account][15]:
|
||||
> If you'll be using Velero to backup multiple clusters with multiple GCS buckets, it may be desirable to create a unique username per cluster rather than the default `velero`.
|
||||
|
||||
Then list all accounts and find the `velero` account you just created:
|
||||
|
||||
```bash
|
||||
gcloud iam service-accounts list
|
||||
```
|
||||
|
||||
@@ -61,6 +61,7 @@ To integrate Velero with GCP, create a Velero-specific [Service Account][15]:
|
||||
> If you'll be using Velero to backup multiple clusters with multiple GCS buckets, it may be desirable to create a unique username per cluster rather than the default `velero`.
|
||||
|
||||
Then list all accounts and find the `velero` account you just created:
|
||||
|
||||
```bash
|
||||
gcloud iam service-accounts list
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user