We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a06b20 commit 35c2d5cCopy full SHA for 35c2d5c
operator-framework/src/main/java/com/github/containersolutions/operator/processing/EventScheduler.java
@@ -154,6 +154,8 @@ public void onClose(KubernetesClientException e) {
154
log.error("Error: ", e);
155
// we will exit the application if there was a watching exception, because of the bug in fabric8 client
156
// see https://github.com/fabric8io/kubernetes-client/issues/1318
157
+ // Note that this should not happen normally, since fabric8 client handles reconnect.
158
+ // In case it tries to reconnect this method is not called.
159
System.exit(1);
160
}
161
0 commit comments