-
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 DEVELOPMENT.md to use istio 1.3 #5666
Conversation
0ba5c82
to
73212f4
Compare
It's good to update the e2e-common.sh, but I see that istio-1.3-mesh grid is still not working properly so we should keep advertising 1.2 in the doc for now. (see https://testgrid.knative.dev/serving#istio-1.3-mesh&exclude-non-failed-tests=20) |
@nak3 Envoy in Istio 1.3 seems to be crashing a lot (see @JRBANCEL 's finding in istio/istio#16357 (comment) ) so we probably want to hold on a bit more before switching to 1.3 as default for test even. |
It is tracked there now: istio/istio#17699. |
It is much less flaky now -- I think we can update to 1.3. |
However I no longer see e2e-common.sh changes. Can you please update PR description? |
/hold cancel |
This patch updates DEVELOPMENT.md to use istio 1.3.
@tcnghia Thank you. Sure, I have updated the title of PR and commit message and rebased. |
/lgtm |
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
/assign @mattmoor
superpowers needed.
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: markusthoemmes, mattmoor, nak3, 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
This patch updates DEVELOPMENT.md to use istio 1.3. It is
basically same with https://github.com/knative/serving/pull/4512/files
except for third_party/* as they are already updated.
Release Note
/cc @tcnghia @ZhiminXiang