Minor modification for concepts/services-networking/service.md (#9096)

pull/9052/head^2
Daniel Qian 2018-06-16 19:06:34 +08:00 committed by k8s-ci-robot
parent 131964d59a
commit 2d473129b2
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ The default is `ClusterIP`.
### Type NodePort
If you set the `type` field to `NodePort`, the Kubernetes master will
allocate a port from a flag-configured range (default: 30000-32767), and each
allocate a port from a range specified by `--service-node-port-range` flag (default: 30000-32767), and each
Node will proxy that port (the same port number on every Node) into your `Service`.
That port will be reported in your `Service`'s `.spec.ports[*].nodePort` field.