Skip to content

Commit d6007d4

Browse files
authored
docs: Add note on billing quota exceeded (#290)
1 parent 0251f15 commit d6007d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

0-bootstrap/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Further details of permissions required and resources created, can be found in t
2222
gcloud auth list # <- confirm that correct account has a star next to it
2323
```
2424
- Re-run `terraform` after.
25+
- `Error: Error setting billing account "XXXXXX-XXXXXX-XXXXXX" for project "projects/some-project": googleapi: Error 400: Precondition check failed., failedPrecondition`. Most likely this is related to billing quota issue.
26+
- To confirm this, try `gcloud alpha billing projects link projects/some-project --billing-account XXXXXX-XXXXXX-XXXXXX`.
27+
- If output states `Cloud billing quota exceeded`, please request increase via [https://support.google.com/code/contact/billing_quota_increase](https://support.google.com/code/contact/billing_quota_increase).
2528
2629
## 0-bootstrap usage to deploy Jenkins
2730

0 commit comments

Comments
 (0)