Update create-external-load-balancer.md

modify the "." of the sentence
This commit is contained in:
Anthony
2017-08-15 16:51:45 +08:00
committed by Andrew Chen
parent 2590f59f24
commit 1ab3f9ab2f
@@ -65,7 +65,7 @@ kubectl expose rc example --port=8765 --target-port=9376 \
This command creates a new service using the same selectors as the referenced
resource (in the case of the example above, a replication controller named
`example`.)
`example`).
For more information, including optional flags, refer to the
[`kubectl expose` reference](/docs/user-guide/kubectl/v1.6/#expose).