Use istio-1.0-prerelease so we are ready for 1.0 when it comes out.#1722
Use istio-1.0-prerelease so we are ready for 1.0 when it comes out.#1722google-prow-robot merged 3 commits intoknative:masterfrom
Conversation
Istio 1.0 adds validation (yay!) so we need to fix a few things to make the validation happy (1) add a TLS option to our shared Gateway, and (2) make sure headers are all lowercased in VirtualServices. Also remove the 20 seconds sleep.
|
/approve This largely looks good to me. What are the changes we need to cherrypick into Defer to designated reviewers for |
|
@mattmoor we need to cherry pick |
|
/lgtm |
|
/lgtm |
|
/assign @adrcunha Adriano can you please approve for test changes? Thanks |
| containers: | ||
| - name: istio-proxy | ||
| # PATCH #2: Add a prestop sleep. |
There was a problem hiding this comment.
Why do we not need this patch in 1.0 ?
There was a problem hiding this comment.
Good catch. I am adding that, with a TODO to remove once we fix #1370.
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adrcunha, mattmoor, tcnghia The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
…native#1722) * Use istio-1.0-prerelease so we are ready for 1.0 when it comes out. Istio 1.0 adds validation (yay!) so we need to fix a few things to make the validation happy (1) add a TLS option to our shared Gateway, and (2) make sure headers are all lowercased in VirtualServices. Also remove the 20 seconds sleep. * Fix unit tests. * Add prestop sleep, until we resolve knative#1370.
…native#1722) * Use istio-1.0-prerelease so we are ready for 1.0 when it comes out. Istio 1.0 adds validation (yay!) so we need to fix a few things to make the validation happy (1) add a TLS option to our shared Gateway, and (2) make sure headers are all lowercased in VirtualServices. Also remove the 20 seconds sleep. * Fix unit tests. * Add prestop sleep, until we resolve knative#1370.
Istio 1.0 adds validation (yay!) so we need to fix a few things to make the validation happy (1) add a TLS option to our shared Gateway, and (2) make sure headers are all lowercase in VirtualServices.
Also remove the 20 second sleeps between tests.
Fix #1376 #1300
/assign @ZhiminXiang
/assign @akyyy