From b7719cdf5817ee5027bf6966218b2fd8ae17fa61 Mon Sep 17 00:00:00 2001 From: Suraj Deshmukh Date: Tue, 10 Oct 2017 05:54:20 +0530 Subject: [PATCH] (env var expose pod info): remove repeated content (#5816) --- .../environment-variable-expose-pod-information.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md b/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md index 0b652dd52d..6f26781ced 100644 --- a/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md +++ b/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md @@ -8,12 +8,6 @@ This page shows how a Pod can use environment variables to expose information about itself to Containers running in the Pod. Environment variables can expose Pod fields and Container fields. -There are two ways to expose Pod and Container fields to a running Container: -environment variables and -[DownwardAPIVolumeFiles](/docs/resources-reference/{{page.version}}/#downwardapivolumefile-v1-core). -Together, these two ways of exposing Pod and Container fields are called the -*Downward API*. - {% endcapture %}