Skip to content

Commit 532f1d2

Browse files
committed
controllers: add a info explicitly stating no user action
it was observed that users is mistaking the log message and trying to speed up the operation by manually annotating the storagecluster with provider mode annotation even in non provider modes. Signed-off-by: Leela Venkaiah G <[email protected]>
1 parent f66aa94 commit 532f1d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/deployment-guard/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ func main() {
6060
}.DelayFunc()
6161

6262
for !allowOperatorToRun(ctx, cl, operatorNamespace) {
63+
klog.Info("NO user action is required as the polling condition will be fulfilled outside of this operator")
6364
time.Sleep(delayFunc())
6465
}
6566

0 commit comments

Comments
 (0)