-
Bug
-
Resolution: Done
-
Undefined
-
1.3.0, 1.4.0, 1.5.0, 1.6.0
-
Serverless Sprint 181
This is similar to SRVKS-454 but it is just for OpenShift Route.
$ oc get route -n knative-serving-ingress
NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD
route-d14a7f86-0db5-469d-a306-def5f7e356a5-343465663362 hello-example.default.apps.knakayam-lab21.devcluster.openshift.com kourier http2 edge/Allow None
$ oc delete route -n knative-serving-ingress route-d14a7f86-0db5-469d-a306-def5f7e356a5-343465663362
route.route.openshift.io "route-d14a7f86-0db5-469d-a306-def5f7e356a5-343465663362" deleted
$ oc get route -n knative-serving-ingress
No resources found.
The Route is not reconcile until KIngress or K-O-I is recreated.