-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
route-rule do not work #6240
Comments
I am having the same issue. Not sure if routing rules correctly picked up by the Istio mesh. Big thank for any help. |
You are using the old version of this file: |
@frankbu Thank you for your prompt reply. I used samples/bookinfo/routing/route-rule-all-v1.yaml. |
@sisiras: your problem sounds different than the one that @kinderyj is describing above (notice that the example above is using the bookinfo/kube version and it's creating RouteRule resources instead of VirtualServices). It might be best if you open a different issue and describe the details of your configuration and show the output of the various commands in your case? |
@frankbu |
@frankbu
|
@kinderyl: Yes, RouteRule is deprecated. To see the route rules, you now should use |
env:
istio version: 0.8
minikube
Mac
description:
I install the bookinfo app according to the doc:
https://istio.io/docs/tasks/traffic-management/request-routing/
and then create route-rule-all by this:
istioctl create -f samples/bookinfo/kube/route-rule-all-v1.yaml
I found this route-rule doesn't work,
Expected result:
the productpage is displayed with no rating stars since reviews:v1 does not access the ratings service.
Actual result:
route rule doen't work , I can still see the stars of v2 or v3.
The text was updated successfully, but these errors were encountered: