From 21b7081eeab7c6b28548c1bceb169d4ef90fd4e2 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Tue, 6 Nov 2018 18:44:32 -0800 Subject: [PATCH] Update custom-domain.md (#286) gcloud addresses -> gcloud compute addresses --- content/docs/guides/gke/custom-domain.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/guides/gke/custom-domain.md b/content/docs/guides/gke/custom-domain.md index e85534af..04ea4fa8 100644 --- a/content/docs/guides/gke/custom-domain.md +++ b/content/docs/guides/gke/custom-domain.md @@ -39,8 +39,8 @@ If you want to use your own domain instead of **${name}.endpoints.${project}.clo ``` IPNAME=${DEPLOYMENT_NAME}-ip - gcloud --project=${PROJECT} addresses describe --global ${IPNAME} + gcloud --project=${PROJECT} compute addresses describe --global ${IPNAME} ``` 1. Use your DNS provider to map the fully qualified domain specified in the first step to the IP address reserved: - in GCP. \ No newline at end of file + in GCP. -- GitLab