From 1ab3f9ab2f4cf3a9ac667d5b865236a3457e774e Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 15 Aug 2017 16:51:45 +0800 Subject: [PATCH] Update create-external-load-balancer.md modify the "." of the sentence --- .../access-application-cluster/create-external-load-balancer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).