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.
This commit is contained in:
Aleksandr Vinokurov 2019-01-21 04:14:47 +01:00 committed by Kubernetes Prow Robot
parent 777e085a97
commit 076efdf364
1 changed files with 2 additions and 1 deletions

View File

@ -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.