关于“Cloud DNS - Traffic Steering using Geolocation Policy”的评价
8018 条评价
Robert M. · 已于 about 2 years前审核
Shailendra P. · 已于 about 2 years前审核
Philip F. · 已于 about 2 years前审核
Jay P. · 已于 about 2 years前审核
Susanne L. · 已于 about 2 years前审核
Completed.
Amitava G. · 已于 about 2 years前审核
Antonio O. · 已于 about 2 years前审核
2 commands had typos and needed to be fixed (1) Wrong gcloud compute instances create us-web-vm \ --machine-type=e2-micro \ --zone us-central1-f --network=default \ --subnet=default \ --tags=http-server \ --metadata=startup-script='#! /bin/bash apt-get update apt-get install apache2 -y echo "Page served from: us-central1" | \ tee /var/www/html/index.html systemctl restart apache2' (1) Correction gcloud compute instances create us-web-vm \ --machine-type=e2-micro \ --zone us-central1-f \ --network=default \ --subnet=default \ --tags=http-server \ --metadata=startup-script='#! /bin/bash apt-get update apt-get install apache2 -y echo "Page served from: us-central1" | \ tee /var/www/html/index.html systemctl restart apache2' (2) Wrong export EUROPE_WEB_IP=$(gcloud compute instances describe us-central1-f --zone=europe-central2-b --format="value(networkInterfaces.networkIP)") (2) Correction export EUROPE_WEB_IP=$(gcloud compute instances describe europe-web-vm --zone=europe-central2-b --format="value(networkInterfaces.networkIP)")
Pierre E. · 已于 about 2 years前审核
Amazing Lab!
Douglas C. · 已于 about 2 years前审核
Alioune D. · 已于 about 2 years前审核
Bavithra Sathanathan N. · 已于 about 2 years前审核
lab command example is incorrect
Genzy H. · 已于 about 2 years前审核
Devaraj V. · 已于 about 2 years前审核
lab getting some error in certain part
Genzy H. · 已于 about 2 years前审核
Anil Kamath A. · 已于 about 2 years前审核
Good lab, but multiple minor errors in commands.
Andrew G. · 已于 about 2 years前审核
there are multiple issues here. one progress check doesnt work, and also task 5 point 2 is wrong, it should be "export EUROPE_WEB_IP=$(gcloud compute instances describe europe-web-vm --zone=europe-central2-b --format="value(networkInterfaces.networkIP)")"
David K. · 已于 about 2 years前审核
too many errors
German Ignacio F. · 已于 about 2 years前审核
Kept getting errors, things didnt want to run
Tanaya S. · 已于 about 2 years前审核
Andrew M. · 已于 about 2 years前审核
Yulii M. · 已于 about 2 years前审核
Devaraj V. · 已于 about 2 years前审核
There were a couple of errors in the instructions - the commands listed don't work. e.g., one had a missing \ at an end of line for a multi-line command, another had a zone name where the VM instance name would go.
Eric K. · 已于 about 2 years前审核
Randy G. · 已于 about 2 years前审核
Lot of Google API issue. Very poor lab.
Amitava G. · 已于 about 2 years前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。