Highlight $IP

This commit is contained in:
Jerome Petazzoni
2020-02-05 02:51:12 -06:00
parent 38725cf3da
commit 67ac03e76e

View File

@@ -298,14 +298,14 @@ spec:
- As soon as we see its IP address, access it:
```bash
curl $IP
curl `$IP`
```
<!-- ```bash /bin/sleep 5``` -->
- A few seconds later, the state of the pod will change; access it again:
```bash
curl $IP
curl `$IP`
```
]