-
Bug
-
Resolution: Done
-
Undefined
-
None
-
4.12
-
Moderate
-
None
-
3
-
OCP VE Sprint 228
-
1
-
False
-
-
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:
Running the below command will show changes to the yaml
kubectl get clusteroperator insights -oyaml --watch
Actual results:
The results below were updates but reordered.
status: conditions: - lastTransitionTime: "2022-08-18T15:55:24Z" message: Monitoring the cluster reason: AsExpected status: "False" type: Progressing - lastTransitionTime: "2022-08-18T15:55:24Z" reason: AsExpected status: "False" type: Degraded - lastTransitionTime: "2022-08-18T15:55:24Z" reason: AsExpected status: "False" type: Disabled - lastTransitionTime: "2022-08-18T15:55:24Z" reason: AsExpected status: "True" type: Available
Expected results:
I would have expected no change since nothing was altered.
status: conditions: - lastTransitionTime: "2022-08-18T15:55:24Z" reason: AsExpected status: "False" type: Degraded - lastTransitionTime: "2022-08-18T15:55:24Z" reason: AsExpected status: "False" type: Disabled - lastTransitionTime: "2022-08-18T15:55:24Z" reason: AsExpected status: "True" type: Available - lastTransitionTime: "2022-08-18T15:55:24Z" message: Monitoring the cluster reason: AsExpected status: "False" type: Progressing
- is cloned by
-
OCPBUGS-5264 [release-4.11] ClusterOperator Conditions Update on Reordering
- Closed
- is depended on by
-
OCPBUGS-5264 [release-4.11] ClusterOperator Conditions Update on Reordering
- Closed
- is related to
-
TRT-481 Investigate insights, monitoring, cloud-credential operators not having predictable condition ordering
- Closed
- links to