Description of problem: When the marketplace operator exits, it sets the cluster operator status as "OperatorExited". That status is not valuable as it just creates extra noise when pods are potentially rescheduled, and an alert is fired if the deployment is truly unhealthy anyway. How reproducible: Always Steps to Reproduce: 1. Restart marketplace pod 2. Watch the operator status be set to OperatorExited once the operator shuts down gracefully Actual results: OperatorExited status is set Expected results: OperatorExited status shouldn't be set or used
*** This bug has been marked as a duplicate of bug 1838352 ***