fix: Missing curl '<ip-addr>' command in ingress-minikube.md document
parent
1e398be752
commit
4bb2723b5a
|
@ -108,6 +108,10 @@ If you haven't already set up a cluster locally, run `minikube start` to create
|
||||||
http://172.17.0.15:31637
|
http://172.17.0.15:31637
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
|
curl http://172.17.0.15:31637
|
||||||
|
```
|
||||||
|
|
||||||
The output is similar to:
|
The output is similar to:
|
||||||
|
|
||||||
```none
|
```none
|
||||||
|
|
Loading…
Reference in New Issue