fix typo in connect-application-service.md

This commit is contained in:
lichuqiang 2017-08-08 21:13:27 +08:00 committed by Andrew Chen
parent 179e188919
commit b5e030dcbd
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ Kubernetes supports 2 primary modes of finding a Service - environment variables
### Environment Variables
When a Pod is run on a Node, the kubelet adds a set of environment variables for each active Service. This introduces an ordering problem. To see why, inspect the environment of your running nginx pods (your pod name will be different):
When a Pod runs on a Node, the kubelet adds a set of environment variables for each active Service. This introduces an ordering problem. To see why, inspect the environment of your running nginx pods (your pod name will be different):
```shell
$ kubectl exec my-nginx-3800858182-jr4a2 -- printenv | grep SERVICE