fixing typo
This commit is contained in:
committed by
Andrew Chen
parent
ac31bb8270
commit
133af46f89
@@ -174,7 +174,7 @@ service "nodeport" annotated
|
||||
Now, re-run the test:
|
||||
|
||||
```console
|
||||
$ for node in $NODES; do curl --connect-timeout 1 -s $node:$NODEPORT | grep -i client_address; do
|
||||
$ for node in $NODES; do curl --connect-timeout 1 -s $node:$NODEPORT | grep -i client_address; done
|
||||
client_address=104.132.1.79
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user