Update content/ja/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md

Co-authored-by: inductor(Kohei) <kela@inductor.me>
pull/21937/head
Naoki Oketani 2020-07-05 19:58:07 +09:00 committed by GitHub
parent 4e5a0b2ce6
commit 3e42dcd937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ weight: 30
<!-- overview -->
このページでは、Podが環境変数を使用して、Pod内で実行されているコンテナに自分自身の情報を共有する方法を説明します。環境変数を使うと、Podのフィールドとコンテナのフィールドを共有できます。
このページでは、Podが内部で実行しているコンテナに自身の情報を共有する方法を説明します。環境変数ではPodのフィールドとコンテナのフィールドを共有することができます。
@ -147,4 +147,3 @@ kubectl logs dapi-envars-resourcefieldref
* [ResourceFieldSelector](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#resourcefieldselector-v1-core)