Replies: 1 comment 7 replies
-
Hey @jele84! I'm here to help you with the Jaeger Operator issue you're facing. I'm a bot designed to assist with bug fixes, questions, and contributions. Let's tackle this together! The log messages you're seeing from the Jaeger Operator in OpenShift are related to various checks and operations it performs:
To address these log messages, you may need to review your Jaeger Operator and OpenShift configurations, particularly around ImageStreams and operator integrations. Adjusting these configurations based on your deployment needs might help reduce or eliminate these log messages. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I installed Jaeger Operator version 1.62.0 in OpenShift and was faced with the fact that the jaeger-operator pod endlessly write logs like:
...
2024-11-22T17:38:09Z INFO verify deployment {"namespace": "openshift-machine-config-operator"}
2024-11-22T17:38:10Z INFO OAuthProxy ImageStream namespace and/or name not defined {"namespace": "", "name": ""}
2024-11-22T17:38:10Z INFO Determining whether we should enable the Elasticsearch Operator integration
2024-11-22T17:38:10Z INFO Determining whether we should enable the Kafka Operator integration
2024-11-22T17:38:10Z INFO cleaning orphaned deployments.
...
What's going on here and how to fix it? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions