-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
Serverless Sprint 174
The slack thread: https://coreos.slack.com/archives/CF5ANN61F/p1572516469473100
The current route's name is only derived from the Ingress's name, which used to be fine because ClusterIngress was cluster-scoped, but now it's broken because two services with the same name override each other.
Here is the e2e which shows the issue:
https://github.com/knative/serving/blob/master/test/e2e/namespace_test.go#L49
oc get routes -n knative-serving-ingress -w NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD istio-ingressgateway istio-ingressgateway-knative-serving-ingress.apps-crc.testing istio-ingressgateway 8080 None multiple-namespace-cuxmomad-0 multiple-namespace-cuxmomad.serving-tests.apps-crc.testing istio-ingressgateway http2 None multiple-namespace-cuxmomad-0 multiple-namespace-cuxmomad.serving-tests-alt.apps-crc.testing istio-ingressgateway http2 None
- blocks
-
SRVKS-285 Automatically install a minimal SMCP for Knative Serving
-
- Closed
-