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
We need to check whether anything changed related to the reconciliation of routes. We don't seem to be getting an existing route during the reconciliation of the Jaeger CR, which causes the loop to fail while attempting to create a new route:
As Kubernetes is "eventually consistent", we should consider that the route object isn't being created as fast as other objects, so, it doesn't indeed exist during the second reconciliation.
We need to check whether anything changed related to the reconciliation of routes. We don't seem to be getting an existing route during the reconciliation of the Jaeger CR, which causes the loop to fail while attempting to create a new route:
cc @kevinearls, @rubenvp8510
The text was updated successfully, but these errors were encountered: