You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubectl explain deployment.spec.template.spec.enableServiceLinks
GROUP: apps
KIND: Deployment
VERSION: v1
FIELD: enableServiceLinks <boolean>
DESCRIPTION:
EnableServiceLinks indicates whether information about services should be
injected into pod's environment variables, matching the syntax of Docker
links. Optional: Defaults to true.
It means that there is a bunch of unused and unnecessary ENVs inside of containers. I am kindly asking to remove it. Or to make configurable.
The text was updated successfully, but these errors were encountered:
Hello!
By default the
enableServiceLinks
istrue
.It means that there is a bunch of unused and unnecessary ENVs inside of containers. I am kindly asking to remove it. Or to make configurable.
The text was updated successfully, but these errors were encountered: