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 89d9030 commit 4875e21Copy full SHA for 4875e21
content/en/docs/concepts/containers/container-environment.md
@@ -40,7 +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.
+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