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
This commit is contained in:
parent
74397dd65f
commit
abc1aef445
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue