-
Bug
-
Resolution: Won't Do
-
Normal
-
None
-
4.11.z
-
Moderate
-
None
-
3
-
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
- clones
-
OCPBUGS-499 ClusterOperator Conditions Update on Reordering
- Closed
- depends on
-
OCPBUGS-499 ClusterOperator Conditions Update on Reordering
- Closed