Update gke-assigning-static-ip-address.md

This commit is contained in:
Ivan Nikittin 2018-07-18 10:43:00 -07:00 committed by GitHub
parent 5b16f552c2
commit 59a29bae05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Google Cloud Platform console.
Using the Google Cloud SDK: Using the Google Cloud SDK:
1. Enter the following command, replacing IP_NAME and REGION with appropriate 1. Enter the following command, replacing IP_NAME and REGION with appropriate
values. For example, select the `us-west1` region if you deployed your 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 ```shell
gcloud beta compute addresses create IP_NAME --region=REGION gcloud beta compute addresses create IP_NAME --region=REGION
``` ```