-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Knative Serving service shows IngressNotConfigured and unable to access the application via Kong Ingress #13325
Comments
Hi @MaharaJothi Thank you for reporting this. But could you please open the issue against kubernetes-ingress-controller instead of here? There is one similar issue has been reported Kong/kubernetes-ingress-controller#2543 though I am not sure if it is same with yours. |
@nak3 Thanks for your response. Can you help me with any documentation available that helps explain the resources created as part of Knative Service (ksvc) and how they are linked? Like Service, Route, ingress, ServerlessService, autoscaler, revision, caching |
I know only this one https://github.com/knative/serving/blob/main/docs/scaling/SYSTEM.md |
According to here , for using custom ingress class names, we need to use However, the Also in k8s service Why is this difference? Could this impact in anyway the ingress creation? |
Ask your question here:
I've set up Knative Serving in EKS cluster with Kong configured for Ingress gateway.
Below are the cluster details:
Kubernetes Version: 1.23
Knative Version: 1.7.1
Kong Version: 2.6.9
Issue:
Followed this to set up Knative in EKS cluster and this for application deployment.
I've patched
config-domain
andconfig-network
config maps withdomain name
andkong ingress class name
respectively.I've also added
CNAME
record in my DNS.After deploying the application yaml,
kubectl get ksvc
displays the URL in which application can be accessible. ButREADY
showsUnknows
andREASON
asIngressNotConfigured
While accessing the application URL, am seeing the below:
{"message":"no Route matched with those values"}
NOTE:
Revisions showsREADY: True
but Route showsREADY: Unknown
andREASON: IngressNotConfigured
.The knative custom resource
ingresses.networking.internal.knative.dev
doesn't have any events for me to debug.Expected behaviour
READY
should beTrue
and the application URL should be accessible.Can someone please help me debug and identify the cause of this issue?
The text was updated successfully, but these errors were encountered: