From 1a9bd927ea02bc420fd69e8005517d5a7766cf16 Mon Sep 17 00:00:00 2001 From: srinandan Date: Sun, 28 Jun 2020 20:02:50 -0700 Subject: [PATCH] update instructions for skaffold --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2863ddf..9d75771 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: