-
Notifications
You must be signed in to change notification settings - Fork 30
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
Investigate reconcile error messages and certificate log spam #623
Comments
After further investigation, it looks like the amount of reconciliations are expected. For example, when enabling JaegerQuery (
|
is afaics caused by a stale cache in controller-runtime. The code runs |
Checking/skipping/building of certificate manifests is run for every reconciliation and is filling up the logs unnecessarily. For debugging purposes, the log level can be increased. Resolves: grafana#623 Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
Checking/skipping/building of certificate manifests is run for every reconciliation and is filling up the logs unnecessarily. For debugging purposes, the log level can be increased. Resolves: #623 Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
Starting with the example CR from the README:
If I e.g. increase only the CPU limit, I see the following logs:
The text was updated successfully, but these errors were encountered: