Merge branch 'master' into 2020-02-enix

This commit is contained in:
Jerome Petazzoni
2020-02-05 02:51:34 -06:00

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`
```
]