-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update to Istio 1.4 and retire 1.2 #6039
Comments
Istio 1.4 introduced Regex EngineChanges so most of E2E tests fail due to exceed the size of regex bytes in VirtualService. e.g:
Then, we will get an error. We need to address this. |
I've opened #6058 for regex size issue. |
This patch removes Istio 1.2.x code from tree. Istio 1.4 is already included and [testgrid](https://testgrid.knative.dev/serving#istio-1.4-mesh) is also updated. Fixes knative#6039
This patch removes Istio 1.2.x code from tree. Istio 1.4 is already included and [testgrid](https://testgrid.knative.dev/serving#istio-1.4-mesh) is also updated. Fixes #6039
In what area(s)?
/area networking
/area test-and-release
Describe the feature
The text was updated successfully, but these errors were encountered: