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
So I've started looking at auto-refresh in the tooling and hit upon a fun little issue.
If I use "kubectl get integrations -w" to watch for changes to running integrations, I am finding that
starting new integrations works great if they work all the way through Building Kit into Running
but I'm not getting notified when things go from Building Kit to Error.
Is that a bug by chance?
Will there eventually be some additional kamel cli-based health/updates that we can monitor in a similar way?
The text was updated successfully, but these errors were encountered:
Looks like "kubectl get" has a timeout as well. If nothing in the system changes after a few seconds, the thread is shut down. Not sure if there's a way to keep that alive indefinitely while the tooling is running?
Actually it was a watch timeout issue on my side, not the same issue as #906 - worked around the timeout and now we see it transition from Building Kit to Error eventually. Closing.
So I've started looking at auto-refresh in the tooling and hit upon a fun little issue.
If I use "kubectl get integrations -w" to watch for changes to running integrations, I am finding that
starting new integrations works great if they work all the way through Building Kit into Running
but I'm not getting notified when things go from Building Kit to Error.
Is that a bug by chance?
Will there eventually be some additional kamel cli-based health/updates that we can monitor in a similar way?
The text was updated successfully, but these errors were encountered: