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
Applying the Jetstream Example eventbus causes a crash on Argo events 1.7.1 , kubernetes: v1.24.1
Argo events was installed using Helm Chart
The root cause of the problem is that during the helm install, no jetstream versions were specified, resulting in an empty config map. Ideally, the event controller should not crash but rather catch the null value and show an error, else the event controller can be brought down with 1 bad config.
While I understand and acknowledge what I did wrong, I think the controller should handle the null and throw and error rather than hard crashing.
@zamedic yes, that makes sense.
We should probably add some config validation on start up rather than erroring out during eventbus reconcile, @whynowy wdyt?
While I understand and acknowledge what I did wrong, I think the controller should handle the null and throw and error rather than hard crashing.
@zamedic yes, that makes sense. We should probably add some config validation on start up rather than erroring out during eventbus reconcile, @whynowy wdyt?
Applying the Jetstream Example eventbus causes a crash on Argo events 1.7.1 , kubernetes: v1.24.1
Argo events was installed using Helm Chart
The root cause of the problem is that during the helm install, no jetstream versions were specified, resulting in an empty config map. Ideally, the event controller should not crash but rather catch the null value and show an error, else the event controller can be brought down with 1 bad config.
argo-events-controller-manager Config Map:
Crash:
Event Bus Definition
The text was updated successfully, but these errors were encountered: