From 5607db09bb1f58f6eb1ef74e9e21f87df158d9f0 Mon Sep 17 00:00:00 2001 From: bebyx <35663391+bebyx@users.noreply.github.com> Date: Thu, 3 Sep 2020 18:11:06 +0300 Subject: [PATCH] Add important note about port This tutorial should note that the Pod works **only** with `--port=8080`. This would probably save couple of hours for adventurous DevOps trainees. --- content/en/docs/tutorials/hello-minikube.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/tutorials/hello-minikube.md b/content/en/docs/tutorials/hello-minikube.md index 901e0063cf..b741e3882d 100644 --- a/content/en/docs/tutorials/hello-minikube.md +++ b/content/en/docs/tutorials/hello-minikube.md @@ -136,6 +136,8 @@ Kubernetes [*Service*](/docs/concepts/services-networking/service/). The `--type=LoadBalancer` flag indicates that you want to expose your Service outside of the cluster. + + Please note that the Pod won't show up under ports other than 8080. 2. View the Service you just created: