Skip to content

Commit 4ec2e7a

Browse files
committed
add brand new account info
1 parent 3d6c5a9 commit 4ec2e7a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Preferred environment: Google Cloud Shell. It just works.
1616
No need to install:
1717

1818
```sh
19+
# If you have never used GKE before:
20+
gcloud services enable container.googleapis.com
21+
1922
# For a guided install:
2023
npx @bpmct/launch-coder
2124

@@ -37,14 +40,22 @@ launch-coder will not install or provision anything without your permission :)
3740

3841
## Troubleshooting
3942

40-
On non-public Dev URLs: `An internal server error occurred`:
43+
On non-public Dev URLs: `An internal server error occurred`:
4144

4245
- This is an error I get frequently with Dev URLs, GKE, and CloudFlare domains, and it always seems to go away.
4346
- Re-create Dev URL
4447
- Re create environment
4548
- Wait patiently
4649
- Last resort: Make Dev URL public
4750

51+
`Customer should enable service:container.googleapis.com before proceeding`:
52+
53+
- This is for brand new acounts accounts, the script will handle this in the future. For now, enable by typing:
54+
55+
```sh
56+
gcloud services enable container.googleapis.com
57+
```
58+
4859
---
4960

5061
Questions? Join Slack [https://cdr.co/join-community](https://cdr.co/join-community)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bpmct/launch-coder",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"main": "src/index.js",
55
"bin": {
66
"launch-coder": "bin/launch-coder"

0 commit comments

Comments
 (0)