From 66fc1e205c5502c91578e8ebdb082ad8816f7d6d Mon Sep 17 00:00:00 2001 From: Sudhi Krishna N A <94775649+Sudhi27Krishna@users.noreply.github.com> Date: Sun, 27 Nov 2022 16:08:15 +0530 Subject: [PATCH] Update Getting Started: Create and Manage Cloud Resources: Challenge Lab.md Added command for "Creating a target pool" on line 59 --- ...Started: Create and Manage Cloud Resources: Challenge Lab.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Getting Started: Create and Manage Cloud Resources: Challenge Lab.md b/Getting Started: Create and Manage Cloud Resources: Challenge Lab.md index 1d688a3..4cbd47b 100644 --- a/Getting Started: Create and Manage Cloud Resources: Challenge Lab.md +++ b/Getting Started: Create and Manage Cloud Resources: Challenge Lab.md @@ -56,6 +56,8 @@ service nginx start sed -i -- 's/nginx/Google Cloud Platform - '"\$HOSTNAME"'/' /var/www/html/index.nginx-debian.html EOF +gcloud compute target-pools create nginx-pool + gcloud compute instance-templates create web-server-template \ --metadata-from-file startup-script=startup.sh \ --network nucleus-vpc \