Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
raviranjanelastisys opened this issue Sep 11, 2023 · 6 comments · May be fixed by #2697
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@raviranjanelastisys
Copy link

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 raviranjanelastisys added the enhancement New feature or request label Sep 11, 2023
@iblancasa
Copy link
Collaborator

Thanks @raviranjanelastisys for the suggestion. Would you like to send a PR?

@raviranjanelastisys
Copy link
Author

@iblancasa No , i am not sure how to do this !! But someone from your team would be nice

@yurishkuro yurishkuro added the help wanted Extra attention is needed label Sep 14, 2023
@Mactherobot
Copy link

Mactherobot commented Sep 26, 2024

What happened to this? Which version was this implemented in? @iblancasa

@iblancasa
Copy link
Collaborator

Sorry. I don't know why I closed this. Reopening

@iblancasa iblancasa reopened this Oct 3, 2024
@Mactherobot Mactherobot linked a pull request Oct 4, 2024 that will close this issue
4 tasks
@chinaran
Copy link

chinaran commented Oct 8, 2024

jaegertracing/jaeger#4739
jaeger-agent has been deprecated.
#2611
There is a revert PR here, should it be added back?

@yurishkuro
Copy link
Member

FYI the jaeger-agent has been removed from Jaeger distributions. #2714

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants