From e2802088a81c72c92d29d9e0a8b321cb2d38570e Mon Sep 17 00:00:00 2001 From: Dan Mueller Date: Tue, 2 Jul 2019 19:41:11 -0300 Subject: [PATCH] fix typo (#15255) --- content/en/docs/concepts/services-networking/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index 2334d4c1b4..fea2ca9793 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -387,7 +387,7 @@ REDIS_MASTER_PORT_6379_TCP_ADDR=10.0.0.11 ``` {{< note >}} -When you have a Pod that needs to acccess a Service, and you are using +When you have a Pod that needs to access a Service, and you are using the environment variable method to publish the port and cluster IP to the client Pods, you must create the Service *before* the client Pods come into existence. Otherwise, those client Pods won't have their environment variables populated.