From e0e71eded268efe925df67d5e00f3d5eb85f9df8 Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Tue, 8 Jan 2019 02:31:15 -0500 Subject: [PATCH] format cmd in prereq section (#12057) --- .../access-kubernetes-api/http-proxy-access-api.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/en/docs/tasks/access-kubernetes-api/http-proxy-access-api.md b/content/en/docs/tasks/access-kubernetes-api/http-proxy-access-api.md index 8171e50611..5519ef0052 100644 --- a/content/en/docs/tasks/access-kubernetes-api/http-proxy-access-api.md +++ b/content/en/docs/tasks/access-kubernetes-api/http-proxy-access-api.md @@ -10,12 +10,14 @@ This page shows how to use an HTTP proxy to access the Kubernetes API. {{% capture prerequisites %}} -* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}} +{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}} -* If you do not already have an application running in your cluster, start - a Hello world application by entering this command: +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 +```shell +kubectl run node-hello --image=gcr.io/google-samples/node-hello:1.0 --port=8080 +``` {{% /capture %}}