From 89527140464361b5087a38feebcd019a4199bbb7 Mon Sep 17 00:00:00 2001 From: Charlie Kuharski Date: Tue, 3 Jul 2018 21:23:13 -0500 Subject: [PATCH] corrected region typo it should reflect: us-west1-a --- docs/quickstart-gke.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart-gke.adoc b/docs/quickstart-gke.adoc index 754e99601ec..1b599d1861c 100644 --- a/docs/quickstart-gke.adoc +++ b/docs/quickstart-gke.adoc @@ -12,7 +12,7 @@ image::http://gstatic.com/cloudssh/images/open-btn.svg[Open in Cloud Shell] . Create a Kubernetes Engine cluster if you don't already have one. [source,shell] -gcloud container clusters create skaffold --zone us-west.a +gcloud container clusters create skaffold --zone us-west1-a . Clone the Skaffold repository then change directories to the sample application. [source,shell]