pull/335/merge
David Schott 2018-04-01 20:07:18 +00:00 committed by GitHub
commit 967ecf19b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ EXTERNAL_IP=$(gcloud compute instances describe worker-0 \
Make an HTTP request using the external IP address and the `nginx` node port:
```
curl -I http://${EXTERNAL_IP}:${NODE_PORT}
curl -I http://$EXTERNAL_IP:$NODE_PORT
```
> output