diff --git a/docs/08-bootstrapping-kubernetes-controllers.md b/docs/08-bootstrapping-kubernetes-controllers.md index 13b9a8c..14cc4f5 100644 --- a/docs/08-bootstrapping-kubernetes-controllers.md +++ b/docs/08-bootstrapping-kubernetes-controllers.md @@ -62,7 +62,7 @@ INTERNAL_IP=$(curl -s -H "Metadata-Flavor: Google" \ http://metadata.google.internal/computeMetadata/v1/instance/network-interfaces/0/ip) ``` -For the next step, make you sure you have set a default region here: https://console.cloud.google.com/compute/settings +For the next step, make you sure you have set the default region the same as your nodes' region here: https://console.cloud.google.com/compute/settings ``` REGION=$(curl -s -H "Metadata-Flavor: Google" \