We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 114935d + 6e08884 commit 28951d3Copy full SHA for 28951d3
7-gce/gce/deploy.sh
@@ -102,8 +102,8 @@ gcloud compute backend-services create $SERVICE \
102
103
# [START add_backend_service]
104
gcloud compute backend-services add-backend $SERVICE \
105
- --group $GROUP \
106
- --zone $ZONE
+ --instance-group $GROUP \
+ --instance-zone $ZONE
107
# [END add_backend_service]
108
109
# Create a URL map and web Proxy. The URL map will send all requests to the
0 commit comments