-
Notifications
You must be signed in to change notification settings - Fork 9
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
Jupyter Controller reconcileHandler incorrectly reports ERRORs when reconciling #409
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6343.
|
#412 removes this alert rule, since it will always go to alert: JupyterControllerRuntimeReconciliationErrorsExceedThreshold
expr: rate(controller_runtime_reconcile_errors_total[5m]) > 0
for: 0m
labels:
severity: critical
annotations:
summary: Total number of reconciliation errors per controller
description: >
Total number of reconciliation errors per controller
LABELS = {{ $labels }} We will keep this issue open to track the upstream one. |
This comments out an alert rule that's always `Firing` due to kubeflow/notebooks#62 Ref #409
This comments out an alert rule that's always `Firing` due to kubeflow/notebooks#62 Ref #409
@nishant-dash We commented out the alert rule, the change has been promoted to 1.9/stable so you should refresh and the rule won't be there anymore. As mentioned above, keeping this open to track the upstream issue. |
Bug Description
I see that on various notebook reconciliations, the reconcile handler reports the same error
However the error is not critical, since it eventually reconciles it ok.
This red herring in the logs messes with the alerts from
JupyterControllerRuntimeReconciliationErrorsExceedThreshold
which results in it almost always firing.I filed an issue upstream kubeflow/notebooks#62
To Reproduce
N/A
Environment
ckf 1.9/stable
jupyter controller
1.9/stable 1038
Relevant Log Output
Additional Context
No response
The text was updated successfully, but these errors were encountered: