diff --git a/docs/tasks/access-application-cluster/create-external-load-balancer.md b/docs/tasks/access-application-cluster/create-external-load-balancer.md index 9947939bc9..3dbf80f4bf 100644 --- a/docs/tasks/access-application-cluster/create-external-load-balancer.md +++ b/docs/tasks/access-application-cluster/create-external-load-balancer.md @@ -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).