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
As the operator runs in a loop, we should avoid logging the same message twice. Currently, we can see this:
INFO[0695] Storage type wasn't provided for the Jaeger instance 'agent-as-daemonset'. Falling back to 'memory'
INFO[0700] Storage type wasn't provided for the Jaeger instance 'agent-as-daemonset'. Falling back to 'memory'
INFO[0705] Storage type wasn't provided for the Jaeger instance 'agent-as-daemonset'. Falling back to 'memory'
INFO[0710] Storage type wasn't provided for the Jaeger instance 'agent-as-daemonset'. Falling back to 'memory'
INFO[0715] Storage type wasn't provided for the Jaeger instance 'agent-as-daemonset'. Falling back to 'memory'
INFO[0720] Storage type wasn't provided for the Jaeger instance 'agent-as-daemonset'. Falling back to 'memory'
INFO[0725] Storage type wasn't provided for the Jaeger instance 'agent-as-daemonset'. Falling back to 'memory'
INFO[0730] Storage type wasn't provided for the Jaeger instance 'agent-as-daemonset'. Falling back to 'memory'
INFO[0735] Storage type wasn't provided for the Jaeger instance 'agent-as-daemonset'. Falling back to 'memory'
The text was updated successfully, but these errors were encountered:
As the operator runs in a loop, we should avoid logging the same message twice. Currently, we can see this:
The text was updated successfully, but these errors were encountered: