fix typo in connect-application-service.md
This commit is contained in:
parent
179e188919
commit
b5e030dcbd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue