From 7bff3503eab9b83a3284eb8a8e1f3dfcd33dc4da Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Wed, 29 Mar 2017 21:56:10 +0800 Subject: [PATCH] update links update links --- .../downward-api-volume-expose-pod-information.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md b/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md index a55d22f387..5526c01f4c 100644 --- a/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md +++ b/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md @@ -40,7 +40,7 @@ In the configuration file, you can see that the Pod has a `downwardAPI` Volume, and the Container mounts the Volume at `/etc`. Look at the `items` array under `downwardAPI`. Each element of the array is a -[DownwardAPIVolumeFile](/docs/resources-reference/v1.5/#downwardapivolumefile-v1). +[DownwardAPIVolumeFile](/docs/resources-reference/v1.6/#downwardapivolumefile-v1-core). The first element specifies that the value of the Pod's `metadata.labels` field should be stored in a file named `labels`. The second element specifies that the value of the Pod's `annotations` @@ -230,11 +230,11 @@ inject the Pod's name into the well-known environment variable. {% capture whatsnext %} -* [PodSpec](/docs/resources-reference/v1.5/#podspec-v1) -* [Volume](/docs/resources-reference/v1.5/#volume-v1) -* [DownwardAPIVolumeSource](/docs/resources-reference/v1.5/#downwardapivolumesource-v1) -* [DownwardAPIVolumeFile](/docs/resources-reference/v1.5/#downwardapivolumefile-v1) -* [ResourceFieldSelector](/docs/resources-reference/v1.5/#resourcefieldselector-v1) +* [PodSpec](/docs/resources-reference/v1.6/#podspec-v1-core) +* [Volume](/docs/resources-reference/v1.6/#volume-v1-core) +* [DownwardAPIVolumeSource](/docs/resources-reference/v1.6/#downwardapivolumesource-v1-core) +* [DownwardAPIVolumeFile](/docs/resources-reference/v1.6/#downwardapivolumefile-v1-core) +* [ResourceFieldSelector](/docs/resources-reference/v1.6/#resourcefieldselector-v1-core) {% endcapture %}