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
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/InformerWrapper.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,9 @@ public void start() throws OperatorException {
66
66
}
67
67
try {
68
68
varstart = informer.start();
69
+
// note that in case we don't put here timeout and stopOnInformerErrorDuringStartup is
70
+
// false, and there is a rbac issue the get never returns; therefore operator never really
0 commit comments