Skip to content

Commit

Permalink
update instructions for skaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Jun 29, 2020
1 parent e8f0814 commit 1a9bd92
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ PREREQUISITES: Cloud Build service account must have role: "Kubernetes Engine De

```bash
export GOOGLE_APPLICATION_CREDENTIALS=my-service-account.json
skaffold run -p gcb --default-repo=gcr.io/[PROJECT_ID]
skaffold run -p gcb --default-repo=gcr.io/$PROJECT_ID
```

* Option 2 - local docker
Expand All @@ -39,6 +39,14 @@ skaffold run --default-repo=gcr.io/[PROJECT_ID]

NOTE: `client` and `load-test` are not installed.

#### Installing a single application

```bash
skaffold run -p gcb --default-repo=gcr.io/$PROJECT_ID -f skaffold-{appname}.yaml
```

where {appname} can be orders, inventory, tracking, customers or websockets

### Skaffold Errors

When rerunning/installing the applications, you may observe errors like this:
Expand Down

0 comments on commit 1a9bd92

Please sign in to comment.