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

apis/v1: add jaeger agent deprecation warning #2471

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

frzifus
Copy link
Member

@frzifus frzifus commented Feb 14, 2024

Which problem is this PR solving?

Description of the changes

How was this change tested?

Checklist

@@ -48,6 +48,7 @@ func (j *Jaeger) objsWithOptions() []*Options {
// Default implements webhook.Defaulter so a webhook will be registered for the type
func (j *Jaeger) Default() {
jaegerlog.Info("default", "name", j.Name)
jaegerlog.Info("WARNING jaeger-agent is deprecated and will removed in v1.55.0. See https://github.com/jaegertracing/jaeger/issues/4739", "component", "agent")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just for the record, I added it here and not in the webhook for the sidecar injection since its the agent can also be deployed as a daemonset.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the linked issue in the root repository once the changes are done in the operator

@frzifus frzifus enabled auto-merge (squash) February 14, 2024 15:21
@@ -48,6 +48,7 @@ func (j *Jaeger) objsWithOptions() []*Options {
// Default implements webhook.Defaulter so a webhook will be registered for the type
func (j *Jaeger) Default() {
jaegerlog.Info("default", "name", j.Name)
jaegerlog.Info("WARNING jaeger-agent is deprecated and will removed in v1.55.0. See https://github.com/jaegertracing/jaeger/issues/4739", "component", "agent")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the linked issue in the root repository once the changes are done in the operator

@frzifus frzifus merged commit e84e232 into main Feb 14, 2024
36 checks passed
@frzifus frzifus deleted the agent_deprecation_warning branch February 14, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants