Skip to content

Commit 4875e21

Browse files
committed
Resolve Control Plane misnaming
1 parent 89d9030 commit 4875e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +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 master services.
43+
This list is limited to services within the same namespace as the new Container's Pod and Kubernetes control plane services.
4444
Those environment variables match the syntax of Docker links.
4545

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

0 commit comments

Comments
 (0)