Configurer une liste de blocage du trafic avec Google Cloud Armor avis
18979 avis
The commands in lad, keeps giving an error. The commands doesn't work.
Donkinna H. · Examiné il y a plus de 5 ans
Takumi A. · Examiné il y a plus de 5 ans
Renato A. · Examiné il y a plus de 5 ans
Davide B. · Examiné il y a plus de 5 ans
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. · Examiné il y a plus de 5 ans
Stefano T. · Examiné il y a plus de 5 ans
Sfamurri L. · Examiné il y a plus de 5 ans
Renato A. · Examiné il y a plus de 5 ans
alessandro t. · Examiné il y a plus de 5 ans
Michele M. · Examiné il y a plus de 5 ans
Startup Script used in creating instance templates is giving errors. Kindly check.
Varun M. · Examiné il y a plus de 5 ans
prince r. · Examiné il y a plus de 5 ans
James W. · Examiné il y a plus de 5 ans
Muhammad J. · Examiné il y a plus de 5 ans
templateが作れない
上本英 上. · Examiné il y a plus de 5 ans
Muji Q. · Examiné il y a plus de 5 ans
instance-template command was not working
Vivek-4 A. · Examiné il y a plus de 5 ans
gcloud crashes... on Task 1 - 3.
Aditya N. · Examiné il y a plus de 5 ans
Trash. I couldn't give 0 stars.
Udesh U. · Examiné il y a plus de 5 ans
code number 3 does not work in task 1
Taylor E. · Examiné il y a plus de 5 ans
Bruno L. · Examiné il y a plus de 5 ans
One of the commands was not working and I could not finish the lab as a result
Dragan D. · Examiné il y a plus de 5 ans
Hasan K. · Examiné il y a plus de 5 ans
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. · Examiné il y a plus de 5 ans
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. · Examiné il y a plus de 5 ans
Nous ne pouvons pas certifier que les avis publiés proviennent de consommateurs qui ont acheté ou utilisé les produits. Les avis ne sont pas vérifiés par Google.