fix: Missing curl '<ip-addr>' command in ingress-minikube.md document

pull/43500/head
MeenuyD 2023-10-15 15:34:38 +05:30
parent 1e398be752
commit 4bb2723b5a
1 changed files with 4 additions and 0 deletions

View File

@ -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
```
```shell
curl http://172.17.0.15:31637
```
The output is similar to:
```none