You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using an external configuration file mean that the Jaeger instance has to be manually restarted, instead of letting the operator handle the configuration change.
We need to document this behavior and recommendation, but also point out that this might change soon, once on-the-fly updates are supported.
Good question. I think the basic idea is still valid ("a config file shouldn't be used with the operator"), as the Operator will add configuration options as flags based on the environment (mTLS when possible, ES URL for auto-provisioned storage, ...) and using --config-file might cause confusion when trying to figure out the effective configuration for an instance.
Using an external configuration file mean that the Jaeger instance has to be manually restarted, instead of letting the operator handle the configuration change.
We need to document this behavior and recommendation, but also point out that this might change soon, once on-the-fly updates are supported.
See jaegertracing/jaeger#1058
The text was updated successfully, but these errors were encountered: