fix(gloo): Use correct route table name in case service name was overwritten#1300
Conversation
…written Signed-off-by: mdolinin <dmo.builder@gmail.com>
563a82c to
4c0b2be
Compare
stefanprodan
left a comment
There was a problem hiding this comment.
@mdolinin can you please bump Gloo Helm chart version to latest in e2e tests here: https://github.com/fluxcd/flagger/blob/main/test/gloo/install.sh#L5
Signed-off-by: mdolinin <dmo.builder@gmail.com>
@stefanprodan Updated to the latest stable |
…from >1.12.x Signed-off-by: mdolinin <dmo.builder@gmail.com>
|
@stefanprodan can you please approve CI workflow to execute. I have made necessary change to test. And updated PR description. Thanks. |
|
@stefanprodan Can we re-run [e2e-test (nginx)] (https://github.com/fluxcd/flagger/actions/runs/3322155362/jobs/5490871791#logs)? I could not understood how my last commit impacted that. |
Steps to reproduce bug:
Canaryresource withservice.nameset and providerglooFor example:
RouteTablewith namepodinfo-flaggerquery error: routetables.gateway.solo.iofor namepodinfoThis PR will use same func and names for
GetRoutesas forReconcile.PR contains:
1.12.31gatewaydeployment in tests. Because gateway functionality is removed from a standalone pod, and is now included in the Gloo Edge control plane pod. https://docs.solo.io/gloo-edge/latest/operations/upgrading/v1.12/