Update connect-applications-service.md

Remove a word useless contextually and making the textbox broken below it
This commit is contained in:
Chulmin Kang
2017-08-12 03:02:45 +09:00
committed by Andrew Chen
parent e072f0f486
commit c3808f6da7
@@ -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