From abc1aef44541e268a9aaf8c28095560ba9d95720 Mon Sep 17 00:00:00 2001 From: Rajesh Deshpande Date: Sat, 12 Oct 2019 10:50:38 +0530 Subject: [PATCH] Fixing port related description (#16819) * Fixing port related description This tutorial has a step to use randomly generated port number but it was not mentioned that it can be different when the user tries this example. so to remove ambiguity, I have added a proper description. Please have a look at #16810 * Incorporating review comments Incorporating review comments --- content/en/docs/tutorials/hello-minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/hello-minikube.md b/content/en/docs/tutorials/hello-minikube.md index 5099beadf1..5dfaac4949 100644 --- a/content/en/docs/tutorials/hello-minikube.md +++ b/content/en/docs/tutorials/hello-minikube.md @@ -163,7 +163,7 @@ Kubernetes [*Service*](/docs/concepts/services-networking/service/). 4. Katacoda environment only: Click the plus sign, and then click **Select port to view on Host 1**. -5. Katacoda environment only: Type `30369` (see port opposite to `8080` in services output), and then click +5. Katacoda environment only: Note the 5 digit port number displayed opposite to `8080` in services output. This port number is randomly generated and it can be different for you. Type `30369` in the port number text box, then click Display Port. This opens up a browser window that serves your app and shows the "Hello World" message.