-
Bug
-
Resolution: Done
-
Undefined
-
4.12
-
None
-
Moderate
-
None
-
False
-
-
NA
-
Rejected
Description of problem:
ClusterOperator status get's updated when the conditions are re-ordered. There doesn't seem to be any change to the conditions except the reorder.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
kubectl get clusteroperator monitoring -oyaml --watch
Actual results:
status: conditions: - lastTransitionTime: "2022-08-25T23:39:59Z" message: Successfully rolled out the stack. reason: RollOutDone status: "True" type: Available - lastTransitionTime: "2022-08-25T23:39:59Z" status: "False" type: Progressing - lastTransitionTime: "2022-08-25T23:39:59Z" message: 'Prometheus is running without persistent storage which can lead to data loss during upgrades and cluster disruptions. Please refer to the official documentation to see how to configure storage for Prometheus: https://docs.openshift.com/container-platform/4.8/monitoring/configuring-the-monitoring-stack.html' reason: PrometheusDataPersistenceNotConfigured status: "False" type: Degraded - lastTransitionTime: "2022-08-25T23:39:59Z" status: "True" type: Upgradeable
Expected results:
I would have expected no update, since nothing changed.
status: conditions: - lastTransitionTime: "2022-08-25T23:39:59Z" status: "True" type: Upgradeable - lastTransitionTime: "2022-08-25T23:39:59Z" message: Successfully rolled out the stack. reason: RollOutDone status: "True" type: Available - lastTransitionTime: "2022-08-25T23:39:59Z" status: "False" type: Progressing - lastTransitionTime: "2022-08-25T23:39:59Z" message: 'Prometheus is running without persistent storage which can lead to data loss during upgrades and cluster disruptions. Please refer to the official documentation to see how to configure storage for Prometheus: https://docs.openshift.com/container-platform/4.8/monitoring/configuring-the-monitoring-stack.html' reason: PrometheusDataPersistenceNotConfigured status: "False" type: Degraded
Additional info:
- is related to
-
TRT-481 Investigate insights, monitoring, cloud-credential operators not having predictable condition ordering
- Closed
- links to