From dc3c4305e0f569fbbfa29b987cac47228dbb7495 Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Tue, 26 Sep 2017 04:57:42 +0800 Subject: [PATCH] update pageversion and 404 error (#5612) --- .../create-external-load-balancer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e3d69fdd58..1ac15d13b2 100644 --- a/docs/tasks/access-application-cluster/create-external-load-balancer.md +++ b/docs/tasks/access-application-cluster/create-external-load-balancer.md @@ -25,7 +25,7 @@ cluster nodes _provided your cluster runs in a supported environment and is conf ## Configuration file To create an external load balancer, add the following line to your -[service configuration file](/docs/concepts/services-networking/service/operations/#service-configuration-file): +[service configuration file](/docs/concepts/services-networking/service/#type-loadbalancer): ```json "type": "LoadBalancer" @@ -68,7 +68,7 @@ resource (in the case of the example above, a replication controller named `example`). For more information, including optional flags, refer to the -[`kubectl expose` reference](/docs/user-guide/kubectl/v1.6/#expose). +[`kubectl expose` reference](/docs/user-guide/kubectl/{{page.version}}/#expose). ## Finding your IP address