From 076efdf364651859553681a75f60c957de729023 Mon Sep 17 00:00:00 2001 From: Aleksandr Vinokurov Date: Mon, 21 Jan 2019 04:14:47 +0100 Subject: [PATCH] Fix service's port in Hello Minikube tutorial (#12229) Port `8080` is the internal port of container and to follow the tutorial, user must use exposed one. --- content/en/docs/tutorials/hello-minikube.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/hello-minikube.md b/content/en/docs/tutorials/hello-minikube.md index da3e54a072..8a5de37cbb 100644 --- a/content/en/docs/tutorials/hello-minikube.md +++ b/content/en/docs/tutorials/hello-minikube.md @@ -160,7 +160,8 @@ 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 `8080`, and then click **Display Port**. +5. Katacoda environment only: Type `30369` (see port opposite to `8080` in services output), and then click +**Display Port**. This opens up a browser window that serves your app and shows the "Hello World" message.