From 4bb2723b5ad30127a936a172f12fae3de8b4de58 Mon Sep 17 00:00:00 2001 From: MeenuyD Date: Sun, 15 Oct 2023 15:34:38 +0530 Subject: [PATCH] fix: Missing curl '' command in ingress-minikube.md document --- .../docs/tasks/access-application-cluster/ingress-minikube.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/tasks/access-application-cluster/ingress-minikube.md b/content/en/docs/tasks/access-application-cluster/ingress-minikube.md index 1efc5e9b69..c250347d42 100644 --- a/content/en/docs/tasks/access-application-cluster/ingress-minikube.md +++ b/content/en/docs/tasks/access-application-cluster/ingress-minikube.md @@ -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