Skip to content

Commit 7511c86

Browse files
kmutot-inu
andauthored
Update content/ja/docs/tutorials/services/connect-applications-service.md
Co-authored-by: Toshiaki Inukai <[email protected]>
1 parent b08ef2e commit 7511c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/tutorials/services/connect-applications-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ KubernetesはServiceを探す2つの主要なモードとして、環境変数
137137
前者はすぐに動かせるのに対し、後者は[CoreDNSクラスターアドオン](https://releases.k8s.io/{{< param "fullversion" >}}/cluster/addons/dns/coredns)が必要です。
138138

139139
{{< note >}}
140-
もしServiceの環境変数が望ましくないなら(求めているプログラムと競合する可能性がある、処理する変数が多すぎる、DNSだけ使いたい、など)、[pod spec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#pod-v1-core)で`enableServiceLinks`のフラグを`false`にすることで、このモードを無効化できます。
140+
もしServiceの環境変数が望ましくないなら(想定しているプログラムの環境変数と競合する可能性がある、処理する変数が多すぎる、DNSだけ使いたい、など)、[pod spec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#pod-v1-core)で`enableServiceLinks`のフラグを`false`にすることで、このモードを無効化できます。
141141
{{< /note >}}
142142

143143
### 環境変数

0 commit comments

Comments
 (0)