jaeger-operator icon indicating copy to clipboard operation
jaeger-operator copied to clipboard

[Feature]: Add the option to disable the Jaeger Agent component installation until it is removed completely from code-base

Open raviranjanelastisys opened this issue 1 year ago • 6 comments

Requirement

Since the Jaeger Agent is depreciated and Jaeger can accept the traces directly via OTEL SDK , Add the option to disable the Jaeger Agent component installation until it is removed completely from code-base . Because it is sitting around on the node and using the node resources.

Ex-

jaeger:
  create: true
  spec:
    agent:
      enabled: false  # > This Flag should be present in the Jaeger Operator

Problem

There is no flag enabled: false to disable the individual component installation specially Jaeger-agent

Proposal

Add the flag enabled: false

Open questions

No response

raviranjanelastisys avatar Sep 11 '23 18:09 raviranjanelastisys