From 8a69c534ba47f22fc0c9c9eae8324e0727a77914 Mon Sep 17 00:00:00 2001 From: RobertKalnins <48470997+RobertKalnins@users.noreply.github.com> Date: Wed, 18 Dec 2019 04:43:57 +1030 Subject: [PATCH] Clarify port selection section (#17983) * Clarify port selection section Avoids situation where a beginner is directed to enter the wrong port and has to backtrack and reread. * Update content/en/docs/tutorials/hello-minikube.md Co-Authored-By: Tim Bannister --- 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 0961da6032..a47c6330c0 100644 --- a/content/en/docs/tutorials/hello-minikube.md +++ b/content/en/docs/tutorials/hello-minikube.md @@ -164,7 +164,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: 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. +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 your number in the port number text box, then click Display Port. Using the example from earlier, you would type `30369`. This opens up a browser window that serves your app and shows the "Hello World" message.