关于“Cloud DNS - Traffic Steering using Geolocation Policy”的评价
正在加载…
未找到任何结果。

在 Google Cloud 控制台中运用您的技能

关于“Cloud DNS - Traffic Steering using Geolocation Policy”的评价

评论

Brian R. · 评论about 2 years之前

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之前

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。