-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Networking conformance tests fail in mesh mode #549
Comments
/assign |
The test is trying to create a proxy service to test the visibility and that service proxies points to an
In the case of pure mesh, we don't need the ExternalName Service pointing to the (non-existent) local gateway. |
That makes sense. I've tried removing the call to create the
It seems like fixing this test will require some additional DNS configuration or creating an Istio |
Note: I've disabled conformance tests in mesh mode in #583 We'll want to re-enable those once this is fixed |
This issue is stale because it has been open for 90 days with no |
Just note, we still haven't enabled conformance test on mesh mode. |
This issue is stale because it has been open for 90 days with no |
/reopen |
@dprotaso: Reopened this issue. In 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. |
/unassign @JRBANCEL |
I think the repro steps are not the same but mesh is still pretty flakey with serving tests https://testgrid.k8s.io/r/knative-own-testgrid/serving#istio-latest-mesh We should investigate |
Expected Behavior
Networking conformance tests pass for a Knative Serving + Istio + net-istio (mesh mode enabled) cluster.
Actual Behavior
This test fails with an error like:
Steps to Reproduce the Problem
configmap/config-istio
.Additional Info
I have seen this fail with two different configurations:
Let me know if this issue should be filed with the networking conformance tests. It doesn't seem like this test will ever succeed because the generated private hostname will never resolve to anything while in mesh mode (the
spec.ExternalName
error is just covering up this real issue).Thanks very much!
The text was updated successfully, but these errors were encountered: