Use latest 'stable' istio and 'getLatestIstio' script when installing#1944
Use latest 'stable' istio and 'getLatestIstio' script when installing#1944geeknoid merged 2 commits intoistio:masterfrom
Conversation
|
@selmanj: GitHub didn't allow me to request PR reviews from the following users: salrashid123. Note that only istio members can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Hi @selmanj. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Codecov Report
@@ Coverage Diff @@
## master #1944 +/- ##
==========================================
- Coverage 81.75% 81.39% -0.36%
==========================================
Files 191 178 -13
Lines 15618 14167 -1451
==========================================
- Hits 12768 11531 -1237
+ Misses 2406 2247 -159
+ Partials 444 389 -55
Continue to review full report at Codecov.
|
|
#1940 will address the oversight on downloadIstioCandidate.sh and I wouldn't read into that file too much on indicating stable vs. not. |
|
since we're enumerating the version number now anyway on selection, maybe just wget the tar.gz direct? |
|
@salrashid123 I initially considered that until I found the I don't feel that strongly about this so if you disagree let me know. |
|
SGTM as-is (i was just offering an alternative) |
|
Well, 0.3.0 was released - but there is a bug, so stick with 0.2 for now. We're also discussing using a :latest_stable label in docker. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: geeknoid The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
What this PR does / why we need it:
Istio 0.3.0 was released, but is not currently the 'stable' version (according to
downloadIstioCandidate.sh). This change moves the default back to 0.2.12, and also uses the recommended method of installation rather than attempting to clone the repo.Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
Small changes to startup-script. Should have no impact on any e2e tests (as it's not covered in any way).
Release note:
/cc @salrashid123 @costinm