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.
This commit is contained in:
parent
5114ec6453
commit
5607db09bb
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue