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 ```