Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dwbrown2 authored May 8, 2020
1 parent a4b9be9 commit 33d9ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ The parameters to supply the script are as follows:
* **Project ID**: The GCP project identifier you can find via: `gcloud config get-value project`
* **Service Account Name**: The desired service account name to create

#### Notes
#### Troubleshooting
If you have run this script more than once, the custom permissions role may have already been created. You may see an error similar to the following:
```
ERROR: (gcloud.iam.roles.create) Resource in project [PROJECT_ID] is the subject of a conflict: A role named cluster.turndown.v2 in projects/[PROJECT_ID] already exists.
```
This error is harmless, and the script should continue.
This error is harmless, and the script should continue.

0 comments on commit 33d9ecf

Please sign in to comment.