retroryan / istio-workshop

Istio Workshop
Apache License 2.0
416 stars 257 forks source link

route-rule-80-20 precedence needs to be higher than helloworld-default routerule #30

Closed Cuneytt closed 5 years ago

Cuneytt commented 6 years ago

in Request Routing and Canary Testing it is mentioned that "This can be done by creating another rule with a higher precedence that routes some of the traffic to v2" but the precedence is still 1 causing this routerule to be ignored.

craigbox commented 5 years ago

Updates to the workshop for the v1alpha3 API have fixed this. (Precedence and RouteRules have been removed in favour of VirtualServices.)

/close