From 446d95ac38979903668f2336aa60d48af3163985 Mon Sep 17 00:00:00 2001 From: Stewart-YU Date: Fri, 18 Aug 2017 04:52:51 +0800 Subject: [PATCH] Update http-proxy-access-api.md (#4982) Fix leading spaces in commands. --- docs/tasks/access-kubernetes-api/http-proxy-access-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/access-kubernetes-api/http-proxy-access-api.md b/docs/tasks/access-kubernetes-api/http-proxy-access-api.md index ce3cc1efa8..e1dc1f94e3 100644 --- a/docs/tasks/access-kubernetes-api/http-proxy-access-api.md +++ b/docs/tasks/access-kubernetes-api/http-proxy-access-api.md @@ -13,7 +13,7 @@ This page shows how to use an HTTP proxy to access the Kubernetes API. * If you do not already have an application running in your cluster, start a Hello world application by entering this command: - kubectl run node-hello --image=gcr.io/google-samples/node-hello:1.0 --port=8080 + kubectl run node-hello --image=gcr.io/google-samples/node-hello:1.0 --port=8080 {% endcapture %}