Merge pull request #21191 from oke-py/ja/container-environment

rename container-environment-variable to container-environment
pull/21312/head
Kubernetes Prow Robot 2020-05-29 02:27:15 -07:00 committed by GitHub
commit 8a585a4ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ Kubernetesクラスターの計画、セットアップ、設定の例を知る
* [Certificates](/docs/concepts/cluster-administration/certificates/)では、異なるツールチェインを使用して証明書を作成する方法を説明します。
* [Kubernetes コンテナの環境](/ja/docs/concepts/containers/container-environment-variables/)では、Kubernetesード上でのKubeletが管理するコンテナの環境について説明します。
* [Kubernetes コンテナの環境](/ja/docs/concepts/containers/container-environment/)では、Kubernetesード上でのKubeletが管理するコンテナの環境について説明します。
* [Kubernetes APIへのアクセス制御](/docs/reference/access-authn-authz/controlling-access/)では、ユーザーとサービスアカウントの権限の設定方法について説明します。

View File

@ -1,5 +1,5 @@
---
title: コンテナ環境変数
title: コンテナ環境
content_template: templates/concept
weight: 20
---

View File

@ -97,7 +97,7 @@ Events:
{{% capture whatsnext %}}
* [コンテナ環境](/docs/concepts/containers/container-environment-variables/)の詳細
* [コンテナ環境](/ja/docs/concepts/containers/container-environment/)の詳細
* [コンテナライフサイクルイベントへのハンドラー紐付け](/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/)のハンズオン