We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d353fcf + 4875e21 commit b745414Copy full SHA for b745414
content/en/docs/concepts/containers/container-environment.md
@@ -40,6 +40,7 @@ as are any environment variables specified statically in the Docker image.
40
### Cluster information
41
42
A list of all services that were running when a Container was created is available to that Container as environment variables.
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
46
For a service named *foo* that maps to a Container named *bar*,
0 commit comments