diff --git a/content/docs/guides/gke/custom-domain.md b/content/docs/guides/gke/custom-domain.md index e85534afdaeb3e8c26793800a76682cb03f7c104..04ea4fa8bd40344c74a28bf5344d927a4c7bf0bf 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.