fix typo in connect-application-service.md
This commit is contained in:
@@ -101,7 +101,7 @@ Kubernetes supports 2 primary modes of finding a Service - environment variables
|
|||||||
|
|
||||||
### 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
|
```shell
|
||||||
$ kubectl exec my-nginx-3800858182-jr4a2 -- printenv | grep SERVICE
|
$ kubectl exec my-nginx-3800858182-jr4a2 -- printenv | grep SERVICE
|
||||||
|
|||||||
Reference in New Issue
Block a user