Configuring Traffic Blocklisting with Google Cloud Armor Reviews
18979 reviews
The commands in lad, keeps giving an error. The commands doesn't work.
Donkinna H. · Reviewed أكثر من 5 سنوات ago
Takumi A. · Reviewed أكثر من 5 سنوات ago
Renato A. · Reviewed أكثر من 5 سنوات ago
Davide B. · Reviewed أكثر من 5 سنوات ago
Unable to run command. throwing error: Kindly check and revert gcloud compute instance-templates create web-template \ --machine-type=n1-standard-4 \ --image-family=debian-9 \ --image-project=debian-cloud \ --machine-type=n1-standard-1 \ --tags=network-lb-tag \ --metadata=startup-script=\#\!\ /bin/bash$'\n'apt-get\ update$'\n'apt-get\ install\ apache2\ -y$'\n'service\ apache2\ restart$'\n'ZONE=\$\(curl\ \"http://metadata.google.internal/computeMetadata/v1/instance/zone\"\ -H\ \"Metadata-Flavor:\ Google\"\)$'\n'echo\ \'\<\!doctype\ html\>\<html\>\<body\>\<h1\>Web\ server\</h1\>\<h2\>This\ server\ is\ in\ zone:\ ZONE_HERE\</h2\>\</body\>\</html\>\'\ \|\ tee\ /var/www/html/index.html$'\n'sed\ -i\ \"s\|ZONE_HERE\|\$ZONE\|\"\ /var/www/html/index.html
Prithwish K. · Reviewed أكثر من 5 سنوات ago
Stefano T. · Reviewed أكثر من 5 سنوات ago
Sfamurri L. · Reviewed أكثر من 5 سنوات ago
Renato A. · Reviewed أكثر من 5 سنوات ago
alessandro t. · Reviewed أكثر من 5 سنوات ago
Michele M. · Reviewed أكثر من 5 سنوات ago
Startup Script used in creating instance templates is giving errors. Kindly check.
Varun M. · Reviewed أكثر من 5 سنوات ago
prince r. · Reviewed أكثر من 5 سنوات ago
James W. · Reviewed أكثر من 5 سنوات ago
Muhammad J. · Reviewed أكثر من 5 سنوات ago
templateが作れない
上本英 上. · Reviewed أكثر من 5 سنوات ago
Muji Q. · Reviewed أكثر من 5 سنوات ago
instance-template command was not working
Vivek-4 A. · Reviewed أكثر من 5 سنوات ago
gcloud crashes... on Task 1 - 3.
Aditya N. · Reviewed أكثر من 5 سنوات ago
Trash. I couldn't give 0 stars.
Udesh U. · Reviewed أكثر من 5 سنوات ago
code number 3 does not work in task 1
Taylor E. · Reviewed أكثر من 5 سنوات ago
Bruno L. · Reviewed أكثر من 5 سنوات ago
One of the commands was not working and I could not finish the lab as a result
Dragan D. · Reviewed أكثر من 5 سنوات ago
Hasan K. · Reviewed أكثر من 5 سنوات ago
student_00_e5bb669d44b5@cloudshell:~ (qwiklabs-gcp-00-d65292d9d9eb)$ gcloud compute instance-templates create web-template \ > --machine-type=n1-standard-4 \ > --image-family=debian-9 \ > --image-project=debian-cloud \ > --machine-type=n1-standard-1 \ > --tags=network-lb-tag \ > --metadata=startup-script=\#\!\ /bin/bash$'\n'apt-get\ update$'\n'apt-get\ install\ apache2\ -y$'\n'service\ apache2\ restart$'\n'ZONE=\$\(curl\ \"http://metadata.google.internal/computeMetadata/v1/instance/zone\"\ -H\ \"Metadata-Flavor:\ Google\"\)$'\n'echo\ \'\<\!doctype\ html\>\<html\>\<body\>\<h1\>Web\ server\</h1\>\<h2\>This\ server\ is\ in\ zone:\ ZONE_HERE\</h2\>\</body\>\</html\>\'\ \|\ tee\ /var/www/html/index.html$'\n'sed\ -i\ \"s\|ZONE_HERE\|\$ZONE\|\"\ /var/www/html/index.html ERROR: gcloud crashed (ValueError): Invalid header value b'/usr/bin/../lib/google-cloud-sdk/lib/gcloud.py compute instance-templates create web-template --machine-type=n1-standard-4 --image-family=debian-9 --image-project=debian-cloud --machine-type=n1-standard-1 --tags=network-lb-tag --metadata=startup-script=#! /bin/bash\napt-get update\napt-get install apache2 -y\nservice apache2 restart\nZONE=$(curl "http://metadata.google.internal/computeMetadata/v1/instance/zone" -H "Metadata-Flavor: Google")\necho \'<!doctype html><html><body><h1>Web server</h1><h2>This server is in zone: ZONE_HERE</h2></body></html>\' | tee /var/www/html/index.html\nsed -i "s|ZONE_HERE|$ZONE|" /var/www/html/index.html' If you would like to report this issue, please run the following command: gcloud feedback To check gcloud for common problems, please run the following command: gcloud info --run-diagnostics student_00_e5bb669d44b5@cloudshell:~ (qwiklabs-gcp-00-d65292d9d9eb)$ IT DOESNT WORK !!!!
Eldad C. · Reviewed أكثر من 5 سنوات ago
student_00_e5bb669d44b5@cloudshell:~ (qwiklabs-gcp-00-d65292d9d9eb)$ gcloud compute instance-templates create web-template \ > --machine-type=n1-standard-4 \ > --image-family=debian-9 \ > --image-project=debian-cloud \ > --machine-type=n1-standard-1 \ > --tags=network-lb-tag \ > --metadata=startup-script=\#\!\ /bin/bash$'\n'apt-get\ update$'\n'apt-get\ install\ apache2\ -y$'\n'service\ apache2\ restart$'\n'ZONE=\$\(curl\ \"http://metadata.google.internal/computeMetadata/v1/instance/zone\"\ -H\ \"Metadata-Flavor:\ Google\"\)$'\n'echo\ \'\<\!doctype\ html\>\<html\>\<body\>\<h1\>Web\ server\</h1\>\<h2\>This\ server\ is\ in\ zone:\ ZONE_HERE\</h2\>\</body\>\</html\>\'\ \|\ tee\ /var/www/html/index.html$'\n'sed\ -i\ \"s\|ZONE_HERE\|\$ZONE\|\"\ /var/www/html/index.html ERROR: gcloud crashed (ValueError): Invalid header value b'/usr/bin/../lib/google-cloud-sdk/lib/gcloud.py compute instance-templates create web-template --machine-type=n1-standard-4 --image-family=debian-9 --image-project=debian-cloud --machine-type=n1-standard-1 --tags=network-lb-tag --metadata=startup-script=#! /bin/bash\napt-get update\napt-get install apache2 -y\nservice apache2 restart\nZONE=$(curl "http://metadata.google.internal/computeMetadata/v1/instance/zone" -H "Metadata-Flavor: Google")\necho \'<!doctype html><html><body><h1>Web server</h1><h2>This server is in zone: ZONE_HERE</h2></body></html>\' | tee /var/www/html/index.html\nsed -i "s|ZONE_HERE|$ZONE|" /var/www/html/index.html' If you would like to report this issue, please run the following command: gcloud feedback To check gcloud for common problems, please run the following command: gcloud info --run-diagnostics student_00_e5bb669d44b5@cloudshell:~ (qwiklabs-gcp-00-d65292d9d9eb)$ IT DOESNT WORK !!!!
Eldad C. · Reviewed أكثر من 5 سنوات ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.