Open
Description
From Kubernetes 1.13 onwards, setting enableServiceLinks to false in the pod spec will prevent the injection of environment variables with service information into the pod. Since Elasticsearch, Kibana nor APM server depend on these injected variables, defaulting enableServiceLinks to false in all pod specs will help avoid issues with name clashes such as the one reported in #1987
Activity