linkerd2/pkg/inject
Alex Leong b7c5bd07ae
Add 'linkerd.io/inject: ingress' mode (#5130)
Fixes #5118

This PR adds a new supported value for the `linkerd.io/inject` annotation.  In addition to `enabled` and `disabled`, this annotation may now be set to `ingress`.  This functions identically to `enabled` but it also causes the `LINKERD2_PROXY_INGRESS_MODE="true"` environment variable to be set on the proxy.  This causes the proxy to operate in ingress mode as described in #5118 

With this set, ingresses are able to properly load service profiles based on the l5d-dst-override header.

Signed-off-by: Alex Leong <alex@buoyant.io>
2020-10-26 14:32:19 -07:00
..
inject.go Add 'linkerd.io/inject: ingress' mode (#5130) 2020-10-26 14:32:19 -07:00
inject_test.go Do not permit cluster networks to be overridden per-pod (#5111) 2020-10-21 09:34:13 -07:00
report.go Add 'linkerd.io/inject: ingress' mode (#5130) 2020-10-26 14:32:19 -07:00
report_test.go Push docker images to ghcr.io instead of gcr.io (#4953) 2020-09-10 15:16:24 -05:00
uninject.go Add volume and volumeMount for buster-based proxy-init (#4692) 2020-07-09 09:55:07 -07:00