-
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
Move to using Istio 1.1.1. #3353
Conversation
/retest |
@adrcunha that is correct. Istio 1.1 split the installation into two steps: the first installer runs to install all the CRDs. So it reduces the existing race condition by allowing us to check for the installer to complete first. |
I think the
The 503s are non-deterministic otherwise, happens at different times, on different tests, and never happens when you run a specific test. Update: I haven't seen a segfault all afternoon, but I still see the 503s. In addition, I had an EnvoyFilter running the whole time. I still see 503s after removing it. |
/retest |
/retest |
1 similar comment
/retest |
/test pull-knative-serving-upgrade-tests |
> ../istio-crds.yaml | ||
|
||
# Create a custom cluster local gateway, based on the Istio custom-gateway template. | ||
helm template --namespace=istio-system \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conformance tests and scale tests are passing consistently now. Tests that fail consistently:
|
/test pull-knative-serving-integration-tests |
Only TestDestroyPodInFlight and TestServiceToServiceCall/* are failing now. /test pull-knative-serving-integration-tests |
7b32c38
to
c8d68fc
Compare
/test pull-knative-serving-integration-tests |
/test pull-knative-serving-unit-tests |
looks like all tests passing now |
Summary:
Other than that our tests seem to be happy with Istio 1.1.1 |
/retest |
/test pull-knative-serving-upgrade-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattmoor, tcnghia The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Proposed Changes
Release Note