5.4. Checking Ingress status
You might need to check the status of your Ingress to identify the issue with your Serverless application.
Procedure
Check the IP address of your Ingress by running the following command:
$ oc get svc -n istio-system istio-ingressgatewayThe
istio-ingressgatewayservice is theLoadBalancerservice used by Knative.If there is no external IP address, run the following command:
$ oc describe svc istio-ingressgateway -n istio-systemThis command prints the reason why IP addresses were not provisioned. Most likely, it is due to a quota issue.