diff --git a/pkg/crc/cluster/clusteroperator.go b/pkg/crc/cluster/clusteroperator.go index 17bc442835..34fca6f1df 100644 --- a/pkg/crc/cluster/clusteroperator.go +++ b/pkg/crc/cluster/clusteroperator.go @@ -132,6 +132,8 @@ func getStatus(ctx context.Context, lister operatorLister, selector []string) (* } case "ManagementStateDegraded": // only for the network operator continue + case "RecentBackup": // only for etcd operator + continue default: logging.Debugf("Unexpected operator status for %s: %s", c.ObjectMeta.Name, con.Type) }