File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
content/en/docs/concepts/containers Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,12 @@ The Pod name and namespace are available as environment variables through the
35
35
[ downward API] ( /docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/ ) .
36
36
37
37
User defined environment variables from the Pod definition are also available to the Container,
38
- as are any environment variables specified statically in the Docker image.
38
+ as are any environment variables specified statically in the container image.
39
39
40
40
### Cluster information
41
41
42
42
A list of all services that were running when a Container was created is available to that Container as environment variables.
43
43
This list is limited to services within the same namespace as the new Container's Pod and Kubernetes control plane services.
44
- Those environment variables match the syntax of Docker links.
45
44
46
45
For a service named * foo* that maps to a Container named * bar* ,
47
46
the following variables are defined:
You can’t perform that action at this time.
0 commit comments