Merge pull request #28651 from oke-py/28650

replace links to /docs/concepts/configuration/secret/ with /ja/docs/
This commit is contained in:
Kubernetes Prow Robot
2021-07-04 22:08:19 -07:00
committed by GitHub
7 changed files with 8 additions and 8 deletions
@@ -192,6 +192,6 @@ immutable: true
## {{% heading "whatsnext" %}}
* [Secret](/docs/concepts/configuration/secret/)について読む。
* [Secret](/ja/docs/concepts/configuration/secret/)について読む。
* [Podを構成してConfigMapを使用する](/ja/docs/tasks/configure-pod-container/configure-pod-configmap/)を読む。
* コードを設定から分離する動機を理解するために[The Twelve-Factor App](https://12factor.net/ja/)を読む。
@@ -352,7 +352,7 @@ Podの中のコンテナがSecretを使うために、データボリューム
Secretは直接Podが参照できるようにはされず、システムの別の部分に使われることもあります。
例えば、Secretはあなたに代わってシステムの他の部分が外部のシステムとやりとりするために使う機密情報を保持することもあります。
### SecretをファイルとしてPodから利用する
### SecretをファイルとしてPodから利用する {#using-secrets-as-files-from-a-pod}
PodのボリュームとしてSecretを使うには、
@@ -232,7 +232,7 @@ Address 1: 10.0.162.149
* https用の自己署名証明書(既にID証明書を持っている場合を除く)
* 証明書を使用するように構成されたnginxサーバー
* Podが証明書にアクセスできるようにする[Secret](/docs/concepts/configuration/secret/)
* Podが証明書にアクセスできるようにする[Secret](/ja/docs/concepts/configuration/secret/)
これらはすべて[nginx httpsの例](https://github.com/kubernetes/examples/tree/{{< param "githubbranch" >}}/staging/https-nginx/)から取得できます。
これにはツールをインストールする必要があります。