Merge pull request #3562 from ahmetb/downward-fix
Fix broken downward API linkreviewable/pr3136/r5^2
commit
629e07b997
|
@ -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.
|
||||
|
@ -62,4 +62,4 @@ if [DNS addon](http://releases.k8s.io/{{page.githubbranch}}/cluster/addons/dns/)
|
|||
|
||||
{% endcapture %}
|
||||
|
||||
{% include templates/concept.md %}
|
||||
{% include templates/concept.md %}
|
||||
|
|
Loading…
Reference in New Issue