Skip to content

Commit

Permalink
Add remaining deprecated flags as identified by @yurishkuro
Browse files Browse the repository at this point in the history
Signed-off-by: albertteoh <[email protected]>
  • Loading branch information
albertteoh committed Feb 5, 2021
1 parent deed543 commit 2c69c0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Changes by Version
* `--collector.grpc.tls.client.ca` is replaced by `--collector.grpc.tls.client-ca`
* `--es.tls` is replaced by `--es.tls.enabled`
* `--es-archive.tls` is replaced by `--es-archive.tls.enabled`
* `--kafka.consumer.tls` is replaced by `--kafka.consumer.tls.enabled`
* `--kafka.producer.tls` is replaced by `--kafka.producer.tls.enabled`
* `--reporter.grpc.tls` is replaced by `--reporter.grpc.tls.enabled`

* Remove deprecated flags of Query Server `--query.port` and `--query.host-port`, please use dedicated HTTP `--query.http-server.host-port` (defaults to `:16686`) and gRPC `--query.grpc-server.host-port` (defaults to `:16685`) host-ports flags instead ([#2772](https://github.com/jaegertracing/jaeger/pull/2772), [@rjs211](https://github.com/rjs211))
* By default, if no flags are set, the query server starts on the dedicated ports. To use common port for gRPC and HTTP endpoints, the host-port flags have to be explicitly set
Expand Down

0 comments on commit 2c69c0e

Please sign in to comment.