-
Notifications
You must be signed in to change notification settings - Fork 9
Bug: Bookinfo tasks not working with Istio 0.8.0 on GKE #375
Comments
The same problem on IBM Cloud. |
The problem seems to be related to Istio auth. I do not see it with To diagnose the problem, no need to create a gateway, it can be diagnosed by running The steps to reproduce:
After deleting the rules, @jbrook Could you please check that Istio without Auth works in your environment? |
Try using Credits go to Kim Christensen, he pointed that out on the istio-users google group: BookInfo request routing with 0.8.0 does not work?. |
* Update for installations with mTLS auth enabled The docs do not provide reference to installations with mTLS auth enabled. If mTLS auth is enabled and the user goes through the instructions, they will encounter `upstream connect error or disconnect/reset before headers` when the DestinationRule is applied. istio/old_issues_repo#375 (comment) helped lead to the resolution.
@holger-hoffmann Thank you for the reply. But it doesn't work following mTLS auth enabled. Could you please help ? |
BUG
Istio 0.8.0 LTS release from github releases.
Installed with Istio auth
What happened:
Installed Istio LTS release on GKE and tried to follow Bookinfo tasks. It worked up until creating the default v1 routes for the services. Error message when trying to access http://<gateway_url>/productpage:
503 - "upstream connect error or disconnect/reset before headers"
What you expected to happen:
I expected to see the bookinfo page backed by v1 of each of the services.
This works correctly with a slightly older daily release: istio-release-0.8-20180520-18-17
It also fails with a recent daily release: release-0.8-20180605-09-15
How to reproduce it:
Start a GKE 1.9 cluster from Google Cloud Shell:
cluster role bindings:
Download and install Istio 0.8.0:
Enable automatic sidecar injection for the default namespace:
Deploy Bookinfo:
Create gateway and corresponding virtual service:
Find the external IP of the load balancer:
Use the external IP to access the productpage in a browser:
This works.
Create default v1 routing rule according to instructions here:
Try to access the product page in a browser and get a 503 error with the message:
Extra info:
Don't see any errors or requests arriving (after the initial 200s) in istio-proxy sidecar for the productpage pod. It seems to be listening:
istio-ingressgateway pod shows the following logs for a single failed request - note 404s:
The text was updated successfully, but these errors were encountered: