Hide Forgot
I checked the code of both machine-api and cluster-autoscaler operators and we do report reason when operator's status is degraded: machine-api-operator: https://github.com/openshift/machine-api-operator/blob/release-4.1/pkg/operator/status.go#L113-L114 machine-api-operator: https://github.com/openshift/machine-api-operator/blob/release-4.2/pkg/operator/status.go#L124-L125 cluster-autoscaler-operator: https://github.com/openshift/cluster-autoscaler-operator/blob/release-4.2/pkg/operator/status.go#L227-L230 cluster-autoscaler-operator: https://github.com/openshift/cluster-autoscaler-operator/blob/release-4.1/pkg/operator/status.go#L218-L221 Junqi Zhao, when you were looking for operators that do not have the reason field set, were both machine-api and cluster-autoscaler in degraded state?
Reason fields are already present in both operators. Closing.