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
err:=fmt.Errorf("storage cluster is in external mode, autoscaler does not support external mode, delete the autoStorageScaler cr as scaling is not supported")
360
+
r.Log.Error(err, "storage cluster is external mode")
Message: "storage cluster is in external mode, autoscaler does not support external mode, delete the autoStorageScaler cr as scaling is not supported",
365
+
Timestamp: metav1.Now(),
366
+
}
367
+
err=r.updateStatus(ctx, storageAutoScaler)
368
+
iferr!=nil {
369
+
returnfalse, err
370
+
}
371
+
// not sending an error as user can see in the cr status
0 commit comments