mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user