Skip to content

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

Open

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions