Changed NodePort to Port (#8111)

This commit is contained in:
Vimal Raghubir 2018-04-17 01:13:58 -04:00 committed by k8s-ci-robot
parent 4ecd44a38b
commit ce74fdefe3
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ external IP address.
curl http://<external-ip>:<port>
where `<external-ip>` is the external IP address (`LoadBalancer Ingress`)
of your Service, and `<port>` is the value of `NodePort` in your Service
of your Service, and `<port>` is the value of `Port` in your Service
description.
If you are using minikube, typing `minikube service my-service` will
automatically open the Hello World application in a browser.