From a985753ce48c6bf70da9efc8fbc60c15dd283098 Mon Sep 17 00:00:00 2001 From: liulijin <253954033@qq.com> Date: Wed, 21 Jun 2023 09:48:52 +0800 Subject: [PATCH] =?UTF-8?q?"=E5=85=B7=E6=9C=89"=E6=9B=B4=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E2=80=9C=E9=9C=80=E8=A6=81=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liulijin <253954033@qq.com> --- content/zh-cn/docs/concepts/services-networking/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/docs/concepts/services-networking/service.md b/content/zh-cn/docs/concepts/services-networking/service.md index 5672e7cd0f..63ac593a5c 100644 --- a/content/zh-cn/docs/concepts/services-networking/service.md +++ b/content/zh-cn/docs/concepts/services-networking/service.md @@ -1868,7 +1868,7 @@ Otherwise, those client Pods won't have their environment variables populated. If you only use DNS to discover the cluster IP for a Service, you don't need to worry about this ordering issue. --> -当你的 Pod 具有访问某 Service,并且你在使用环境变量方法将端口和集群 IP 发布到客户端 +当你的 Pod 需要访问某 Service,并且你在使用环境变量方法将端口和集群 IP 发布到客户端 Pod 时,必须在客户端 Pod 出现**之前**创建该 Service。 否则,这些客户端 Pod 中将不会出现对应的环境变量。