Documentation update (#16693)
* Documentation update Fixed link and its description * Corrected * Incorporated review comment * Incorporated review comment
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
fa6bb7f04f
commit
05231ff19d
+2
-2
@@ -25,8 +25,8 @@ Pod fields and Container fields.
|
|||||||
|
|
||||||
There are two ways to expose Pod and Container fields to a running Container:
|
There are two ways to expose Pod and Container fields to a running Container:
|
||||||
|
|
||||||
* [Environment variables](/docs/tasks/inject-data-application/environment-variable-expose-pod-information/)
|
* [Environment variables](/docs/tasks/inject-data-application/environment-variable-expose-pod-information/#the-downward-api)
|
||||||
* DownwardAPIVolumeFiles
|
* Volume Files
|
||||||
|
|
||||||
Together, these two ways of exposing Pod and Container fields are called the
|
Together, these two ways of exposing Pod and Container fields are called the
|
||||||
*Downward API*.
|
*Downward API*.
|
||||||
|
|||||||
+1
-1
@@ -27,7 +27,7 @@ Pod fields and Container fields.
|
|||||||
There are two ways to expose Pod and Container fields to a running Container:
|
There are two ways to expose Pod and Container fields to a running Container:
|
||||||
|
|
||||||
* Environment variables
|
* Environment variables
|
||||||
* [DownwardAPIVolumeFiles](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#downwardapivolumefile-v1-core)
|
* [Volume Files](/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/#the-downward-api)
|
||||||
|
|
||||||
Together, these two ways of exposing Pod and Container fields are called the
|
Together, these two ways of exposing Pod and Container fields are called the
|
||||||
*Downward API*.
|
*Downward API*.
|
||||||
|
|||||||
Reference in New Issue
Block a user