From c3808f6da7accc24a59a30cb100af0d9edaed761 Mon Sep 17 00:00:00 2001 From: Chulmin Kang Date: Sat, 12 Aug 2017 03:02:45 +0900 Subject: [PATCH] Update connect-applications-service.md Remove a word useless contextually and making the textbox broken below it --- .../services-networking/connect-applications-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/services-networking/connect-applications-service.md b/docs/concepts/services-networking/connect-applications-service.md index bca732ac0b..3572e9e9f2 100644 --- a/docs/concepts/services-networking/connect-applications-service.md +++ b/docs/concepts/services-networking/connect-applications-service.md @@ -26,7 +26,7 @@ We did this in a previous example, but let's do it once again and focus on the n {% include code.html language="yaml" file="run-my-nginx.yaml" ghlink="/docs/concepts/services-networking/run-my-nginx.yaml" %} This makes it accessible from any node in your cluster. Check the nodes the pod is running on: -user + ```shell $ kubectl create -f ./run-my-nginx.yaml $ kubectl get pods -l run=my-nginx -o wide