Add tests for multitenancy with Service Mesh#2171
Add tests for multitenancy with Service Mesh#2171ReToCode wants to merge 43 commits intoopenshift-knative:mainfrom
Conversation
|
/test 4.13-upstream-e2e-mesh-aws-ocp-413 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ReToCode 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 |
|
/test 4.13-upstream-e2e-mesh-aws-ocp-413 |
3 similar comments
|
/test 4.13-upstream-e2e-mesh-aws-ocp-413 |
|
/test 4.13-upstream-e2e-mesh-aws-ocp-413 |
|
/test 4.13-upstream-e2e-mesh-aws-ocp-413 |
|
/retest |
|
/test 4.13-upstream-e2e-mesh-aws-ocp-413 |
1 similar comment
|
/test 4.13-upstream-e2e-mesh-aws-ocp-413 |
|
Again, just eventing errors. /test 4.13-upstream-e2e-mesh-aws-ocp-413 |
|
/test ? |
|
@ReToCode: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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. |
|
/test 4.10-operator-e2e-aws-ocp-410 |
|
Again, just eventing errors. /test 4.13-upstream-e2e-mesh-aws-ocp-413 |
|
/test 4.13-upstream-e2e-mesh-aws-ocp-413 |
1 similar comment
|
/test 4.13-upstream-e2e-mesh-aws-ocp-413 |
|
/retest |
5c1ccfe to
d15096b
Compare
|
/test 4.13-upstream-e2e-mesh-aws-ocp-413 |
|
/retest |
|
/test 4.13-upstream-e2e-mesh-aws-ocp-413 |
1 similar comment
|
/test 4.13-upstream-e2e-mesh-aws-ocp-413 |
| @@ -0,0 +1,12 @@ | |||
| The resources in this folder are based on https://github.com/openshift-knative/knative-istio-authz-chart. | |||
There was a problem hiding this comment.
The ideal would be that we generate those as part of make generated-files so that we pick up changes automatically as we do them on the chart (and we can test them here before releasing them)
There was a problem hiding this comment.
Makes sense. I'll add this as we will now have a aligned version of the chart 👍
The webhook needs to be installed for both upstream Serving tests and downstream serverless-operator tests. Better to install it at the beginning.
For DomainMapping test
…nstead of env variable
3b4317f to
8fcc696
Compare
|
/test 4.13-upstream-e2e-mesh-aws-ocp-413 |
|
/test 4.13-upstream-e2e-mesh-aws-ocp-413 |
|
@ReToCode: The following tests failed, say
Full PR test history. Your PR dashboard. 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 are doing that partial PRs now. |
Fixes
Incorporates changes from #2126
Changes
From Martins PR:
-n <namespace>. This is to reduce duplication of code because the webhook is now used in two namespaces: serving-tests, serverless-tests.Additional Changes
tls.mode: ISTIO_MUTUALto make DomainMapping worksecurity.dataPlane.mtls: truein SMCP to automatically force the whole mesh to mTLSTERMINATION_DRAIN_DURATION_SECONDSfrom metadata-webhook, as this no longer worksterminationDrainDuration: 35sto SMCP to make envoy wait longer with termination8022fromistio-proxyto fix an issue with PreStopHook not working/hold