Move mixer rules under policy and rename route-rule to virtual-service#6940
Move mixer rules under policy and rename route-rule to virtual-service#6940costinm merged 5 commits intorelease-1.0from
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: andraxylia Assign the PR to them by writing 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 |
Codecov Report
@@ Coverage Diff @@
## release-1.0 #6940 +/- ##
============================================
- Coverage 71% 71% -<1%
============================================
Files 360 360
Lines 31317 31044 -273
============================================
- Hits 22169 21904 -265
Misses 8272 8272
+ Partials 876 868 -8
Continue to review full report at Codecov.
|
tests/e2e/tests/mixer/mixer_test.go
Outdated
| productPageTimeout = 60 * time.Second | ||
|
|
||
| rulesDir = "kube" // v1 rules directory by default | ||
| rulesDir = "policy" |
There was a problem hiding this comment.
i feel like by splitting policy rules from networking you will need to update logic here for the files below ( routeAllRule, routeReviewsVersionsRules, routeReviewsV3Rule, tcpDbRule, bookinfo-gateway).
Were you able to run this locally successfully?
Corresponding doc changes in istio/istio.io#1715