From 7001b705083cac3b78b2db78b5c4819cd4efa619 Mon Sep 17 00:00:00 2001 From: Manish Bansal Date: Fri, 4 Oct 2019 20:46:58 +0530 Subject: [PATCH 1/4] Documentation update Fixed link and its description --- .../environment-variable-expose-pod-information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md b/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md index b808dd9e2e219..70f6d34579e81 100644 --- a/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md +++ b/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md @@ -27,7 +27,7 @@ Pod fields and Container fields. There are two ways to expose Pod and Container fields to a running Container: * 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/) Together, these two ways of exposing Pod and Container fields are called the *Downward API*. From 6fa85758b5ff500a32063ead5c2ea7a552e67c44 Mon Sep 17 00:00:00 2001 From: Manish Bansal Date: Fri, 4 Oct 2019 20:54:17 +0530 Subject: [PATCH 2/4] Corrected --- .../downward-api-volume-expose-pod-information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md b/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md index 8be2a654ab9c4..4aee1461ba764 100644 --- a/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md +++ b/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md @@ -26,7 +26,7 @@ Pod fields and Container fields. 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/) -* DownwardAPIVolumeFiles +* Volume Files Together, these two ways of exposing Pod and Container fields are called the *Downward API*. From bbf2681233540ae5a942f6b91cb4659231f2dc8d Mon Sep 17 00:00:00 2001 From: Manish Bansal Date: Fri, 4 Oct 2019 23:10:07 +0530 Subject: [PATCH 3/4] Incorporated review comment --- .../environment-variable-expose-pod-information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md b/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md index 70f6d34579e81..c23b3ba75aabd 100644 --- a/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md +++ b/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md @@ -27,7 +27,7 @@ Pod fields and Container fields. There are two ways to expose Pod and Container fields to a running Container: * Environment variables -* [Volume Files](/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/) +* [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 *Downward API*. From 59a2a899e28c787a669128298020f74e68ed2810 Mon Sep 17 00:00:00 2001 From: Manish Bansal Date: Fri, 4 Oct 2019 23:10:48 +0530 Subject: [PATCH 4/4] Incorporated review comment --- .../downward-api-volume-expose-pod-information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md b/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md index 4aee1461ba764..1a6f3c2738758 100644 --- a/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md +++ b/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md @@ -25,7 +25,7 @@ Pod fields and Container fields. 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) * Volume Files Together, these two ways of exposing Pod and Container fields are called the