update links
update links
This commit is contained in:
committed by
Andrew Chen
parent
9fdc419652
commit
7bff3503ea
@@ -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`.
|
and the Container mounts the Volume at `/etc`.
|
||||||
|
|
||||||
Look at the `items` array under `downwardAPI`. Each element of the array is a
|
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
|
The first element specifies that the value of the Pod's
|
||||||
`metadata.labels` field should be stored in a file named `labels`.
|
`metadata.labels` field should be stored in a file named `labels`.
|
||||||
The second element specifies that the value of the Pod's `annotations`
|
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 %}
|
{% capture whatsnext %}
|
||||||
|
|
||||||
* [PodSpec](/docs/resources-reference/v1.5/#podspec-v1)
|
* [PodSpec](/docs/resources-reference/v1.6/#podspec-v1-core)
|
||||||
* [Volume](/docs/resources-reference/v1.5/#volume-v1)
|
* [Volume](/docs/resources-reference/v1.6/#volume-v1-core)
|
||||||
* [DownwardAPIVolumeSource](/docs/resources-reference/v1.5/#downwardapivolumesource-v1)
|
* [DownwardAPIVolumeSource](/docs/resources-reference/v1.6/#downwardapivolumesource-v1-core)
|
||||||
* [DownwardAPIVolumeFile](/docs/resources-reference/v1.5/#downwardapivolumefile-v1)
|
* [DownwardAPIVolumeFile](/docs/resources-reference/v1.6/#downwardapivolumefile-v1-core)
|
||||||
* [ResourceFieldSelector](/docs/resources-reference/v1.5/#resourcefieldselector-v1)
|
* [ResourceFieldSelector](/docs/resources-reference/v1.6/#resourcefieldselector-v1-core)
|
||||||
|
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user