Bring the install in line with current pilot and istioctl. #749
Bring the install in line with current pilot and istioctl. #749douglas-reid merged 12 commits intomasterfrom
Conversation
kyessenov
left a comment
There was a problem hiding this comment.
Run updateVersion. Why is this out of sync with installation files?
|
/retest |
|
verified c09e19c7205fa36b7e8e9d9966cff08b84fe8f2f is recent pilot |
|
How do you suggest we proceed ? Force it ? Wait until we fix the rules ? |
|
Deflake the test. Route rules seem to work locally, so it's either a flake or something is in the cluster. |
|
No forcing please. |
|
/lgtm cancel //PR changed after LGTM, removing LGTM. @costinm @ldemailly |
|
/retest |
|
/test |
|
Please wait. I am almost done with my PR. This one has no docs, no comments on the variable values.. |
|
@rshriram this is just to bring sanity. improvements to defaults come later. |
b5d3c2f to
eba03dc
Compare
eba03dc to
fe18026
Compare
|
Passed locally at SHA fe18026 |
|
Updated the branch to pick up RBAC fixes. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: douglas-reid, ldemailly 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 |
|
this passes on my local cluster with rbac (commit: fe18026): |
|
@costinm: The following tests failed, say
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. |
|
we merged this despite rbac errors because it's better anyway and the rbac issue is solved or tracked in ... ? |
|
#769 should fix all rbac errors. |
Former-commit-id: 01212aca9b9a23ed85f23548dc2992268ddec9e9
* Fix pilot config to match the current format * Rollback change to updateVersion * Update version * Update istioctl to latest version (from PR753) * Update pilot as well to latest version (from PR753) * More recent pilot, maybe it works this time * rename to destination * update yamls Former-commit-id: c4852e7
Former-commit-id: b5aea97c6396ad34d092c53262ba3b5ef898469e
* Fix pilot config to match the current format * Rollback change to updateVersion * Update version * Update istioctl to latest version (from PR753) * Update pilot as well to latest version (from PR753) * More recent pilot, maybe it works this time * rename to destination * update yamls Former-commit-id: c4852e7
* Fix pilot config to match the current format * Rollback change to updateVersion * Update version * Update istioctl to latest version (from PR753) * Update pilot as well to latest version (from PR753) * More recent pilot, maybe it works this time * rename to destination * update yamls Former-commit-id: c4852e7
This is needed if the new istioctl is used.
Unfortunately the change is not backward or forward compatible - IMHO the right
solution is to fix istioctl and config loading or revert the change - but this PR will get
the istio/istio work again with current istioctl.