From 59a29bae05b81364abf54d05997aa87ac873254c Mon Sep 17 00:00:00 2001 From: Ivan Nikittin <ifnikitt@google.com> Date: Wed, 18 Jul 2018 10:43:00 -0700 Subject: [PATCH] Update gke-assigning-static-ip-address.md --- serving/gke-assigning-static-ip-address.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serving/gke-assigning-static-ip-address.md b/serving/gke-assigning-static-ip-address.md index f94111788..8e3bc41d0 100644 --- a/serving/gke-assigning-static-ip-address.md +++ b/serving/gke-assigning-static-ip-address.md @@ -20,7 +20,7 @@ Google Cloud Platform console. Using the Google Cloud SDK: 1. Enter the following command, replacing IP_NAME and REGION with appropriate values. For example, select the `us-west1` region if you deployed your - cluster to the `us-west1-c` zone. + cluster to the `us-west1-c` zone: ```shell gcloud beta compute addresses create IP_NAME --region=REGION ```