This commit is contained in:
Dan Mueller
2019-07-02 19:41:11 -03:00
committed by Kubernetes Prow Robot
parent 99e9b2b99f
commit e2802088a8
@@ -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.