Add trailing slashes to reduce redirects. (#5592)
This commit is contained in:
@@ -19,7 +19,7 @@ This page describes the resources available to Containers in the Container envir
|
||||
|
||||
The Kubernetes Container environment provides several important resources to Containers:
|
||||
|
||||
* A filesystem, which is a combination of an [image](/docs/concepts/containers/images) and one or more [volumes](/docs/concepts/storage/volumes).
|
||||
* A filesystem, which is a combination of an [image](/docs/concepts/containers/images/) and one or more [volumes](/docs/concepts/storage/volumes/).
|
||||
* Information about the Container itself.
|
||||
* Information about other objects in the cluster.
|
||||
|
||||
@@ -31,7 +31,7 @@ It is available through the `hostname` command or the
|
||||
function call in libc.
|
||||
|
||||
The Pod name and namespace are available as environment variables through the
|
||||
[downward API](/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information).
|
||||
[downward API](/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information/).
|
||||
|
||||
User defined environment variables from the Pod definition are also available to the Container,
|
||||
as are any environment variables specified statically in the Docker image.
|
||||
|
||||
Reference in New Issue
Block a user