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.
1 parent 843be43 commit 89d9030Copy full SHA for 89d9030
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 master 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