You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClusterOperators should not go Progressing only for cluster scaling
This is to cover the cluster scaling case from the rule [1] that is
introduced recently:
```
Operators should not report Progressing only because DaemonSets
owned by them are adjusting to a new node from cluster scaleup or
a node rebooting from cluster upgrade.
```
The test plugs into the existing scaling test. It checks each
CO's Progressing condition before and after the test, and identifies
every CO that either left Progressing=False or re-entered
Progressing=False with a different LastTransitionTime.
[1]. https://github.com/openshift/api/blob/61248d910ff74aef020492922d14e6dadaba598b/config/v1/types_cluster_operator.go#L163-L164
0 commit comments