Skip to content

Commit b745414

Browse files
authored
Merge pull request #26652 from MichaelWasher/container-environment
Update container-environment.md with fix about service environment variables not being cluster-wide
2 parents d353fcf + 4875e21 commit b745414

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/docs/concepts/containers/container-environment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ as are any environment variables specified statically in the Docker image.
4040
### Cluster information
4141

4242
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.
4344
Those environment variables match the syntax of Docker links.
4445

4546
For a service named *foo* that maps to a Container named *bar*,

0 commit comments

Comments
 (0)