linkerd2/jaeger
Alex Leong a2046bee23
Remove jaeger existence check (#7750)
Fixes #7663

The `linkerd jaeger check` command checks that jaeger and the opencensus-collector are installed and that all of the associated resources such as configmaps and service accounts exist.  However, the linkerd-jaeger extension allows users to skip installing jaeger and the oc-collector by using the `jaeger.enabled=false` and `collector.enabled=false` values respectively.  This is to support the BYO jaeger or BYO collector use-cases.  However, if either jaeger or the collector is not installed, check will fail.

Since it is valid for these resources to not exist, we remove these checks.  There isn't an easy way to know at runtime which values the extension was installed with, so it is difficult to know if these resources should exist or not.  

Signed-off-by: Alex Leong <alex@buoyant.io>
2022-02-01 11:25:05 -08:00
..
charts/linkerd-jaeger release notes for `edge-22.1.5` (#7722) 2022-01-28 00:25:26 +05:30
cmd Remove jaeger existence check (#7750) 2022-02-01 11:25:05 -08:00
injector injector: remove unused proxy reference env variables (#7382) 2021-12-16 00:06:18 +05:30
pkg/labels jaeger: add data-plane injection checks (#5719) 2021-02-19 00:39:24 +05:30
static Remove old build constraints (#7392) 2021-12-08 14:36:24 -07:00