Update 13-smoke-test.md
Changed: ``` curl -I http://${EXTERNAL_IP}:${NODE_PORT} ``` To: ``` curl -I http://$EXTERNAL_IP:$NODE_PORT ``` The original command does not work on OSX.pull/335/head
parent
4f5cecb5ed
commit
5f9873574e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue