Cloud DNS - 位置情報ポリシーを使用したトラフィック ステアリング のレビュー
8019 件のレビュー
Read Brian · 約2年前にレビュー済み
Murphy Robert · 約2年前にレビュー済み
Pateriya Shailendra · 約2年前にレビュー済み
Faron Philip · 約2年前にレビュー済み
Patel Jay · 約2年前にレビュー済み
Lehnert Susanne · 約2年前にレビュー済み
Completed.
Ghosh Amitava · 約2年前にレビュー済み
Oliveira Antonio · 約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)")
Ezard Pierre · 約2年前にレビュー済み
Amazing Lab!
Caique Chaves Luna Douglas · 約2年前にレビュー済み
Diop Alioune · 約2年前にレビュー済み
Nadar Bavithra Sathanathan · 約2年前にレビュー済み
lab command example is incorrect
Habibie Genzy · 約2年前にレビュー済み
Vanjarapu Devaraj · 約2年前にレビュー済み
lab getting some error in certain part
Habibie Genzy · 約2年前にレビュー済み
Aleppy Anil Kamath · 約2年前にレビュー済み
Good lab, but multiple minor errors in commands.
Gold Andrew · 約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)")"
Konatschnig David · 約2年前にレビュー済み
too many errors
Fodino German Ignacio · 約2年前にレビュー済み
Kept getting errors, things didnt want to run
Singh Tanaya · 約2年前にレビュー済み
Mac Andrew · 約2年前にレビュー済み
Moskalskyi Yulii · 約2年前にレビュー済み
Vanjarapu Devaraj · 約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.
Keller Eric · 約2年前にレビュー済み
Gutierrez Randy · 約2年前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。