-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Remove deprecated CLI flags #2738
Comments
I'd like to submit a PR for removing |
I'd like to work on removing adminHTTPPortWarning. Thanks |
I can pick up |
Fixes jaegertracing#2738 Signed-off-by: pradeepnnv <[email protected]>
Add breaking change entry to CHANGELOG Fixes part of jaegertracing#2738 Signed-off-by: pradeepnnv <[email protected]>
Update Change log to use actual CLI Flags instead of variable names. Fixes part of jaegertracing#2738 Signed-off-by: pradeepnnv <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
Update Change log to use actual CLI Flags instead of variable names. Fixes part of jaegertracing#2738 Signed-off-by: pradeepnnv <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: pradeepnnv <[email protected]>
@rjs211 I just noticed that you had to juggle various permutations of the old settings, but according to the deprecation timestamp, both |
@yurishkuro Sure. Will do this first. I'll move to #2249 after this. |
Thanks everyone, this was a fun collective effort. |
We've accumulated a lot of deprecated flags, it would be good to remove them. Need to verify some of these, but I think all of them are past their expiration date.
We should not clean them in a single PR since they usually require code changes, better to do one PR per flag.
The text was updated successfully, but these errors were encountered: