리뷰 Cloud DNS - Traffic Steering using Geolocation Policy개
리뷰 8019개
Brian R. · 대략 2년 전에 리뷰됨
Robert M. · 대략 2년 전에 리뷰됨
Shailendra P. · 대략 2년 전에 리뷰됨
Philip F. · 대략 2년 전에 리뷰됨
Jay P. · 대략 2년 전에 리뷰됨
Susanne L. · 대략 2년 전에 리뷰됨
Completed.
Amitava G. · 대략 2년 전에 리뷰됨
Antonio O. · 대략 2년 전에 리뷰됨
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. · 대략 2년 전에 리뷰됨
Amazing Lab!
Douglas C. · 대략 2년 전에 리뷰됨
Alioune D. · 대략 2년 전에 리뷰됨
Bavithra Sathanathan N. · 대략 2년 전에 리뷰됨
lab command example is incorrect
Genzy H. · 대략 2년 전에 리뷰됨
Devaraj V. · 대략 2년 전에 리뷰됨
lab getting some error in certain part
Genzy H. · 대략 2년 전에 리뷰됨
Anil Kamath A. · 대략 2년 전에 리뷰됨
Good lab, but multiple minor errors in commands.
Andrew G. · 대략 2년 전에 리뷰됨
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. · 대략 2년 전에 리뷰됨
too many errors
German Ignacio F. · 대략 2년 전에 리뷰됨
Kept getting errors, things didnt want to run
Tanaya S. · 대략 2년 전에 리뷰됨
Andrew M. · 대략 2년 전에 리뷰됨
Yulii M. · 대략 2년 전에 리뷰됨
Devaraj V. · 대략 2년 전에 리뷰됨
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. · 대략 2년 전에 리뷰됨
Randy G. · 대략 2년 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.