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
Description:
We are trying to use Argo Rollouts in conjunction with the Envoy Gateway but hitting a bug when fully promoting our Canary service. Rollouts sets the TCPRoute weight to 0 on the old service to do this. When this happens, we get a nil pointer exception and the route is not updated.
similar to #2515, might have missed handling this for TCPRoute, the fix was to create a nil destination setting for this case,
assigning this to you @tobrien-nydig since you already raised a PR, tia
Description:
We are trying to use Argo Rollouts in conjunction with the Envoy Gateway but hitting a bug when fully promoting our Canary service. Rollouts sets the TCPRoute weight to 0 on the old service to do this. When this happens, we get a nil pointer exception and the route is not updated.
Repro steps:
Environment:
1.3.0
Logs:
The text was updated successfully, but these errors were encountered: