Replies: 4 comments
-
cc @Kong/team-k8s could you help on this question? |
Beta Was this translation helpful? Give feedback.
-
If you check the admin API, what is the actual If it does not match the timeout set in the annotation, do the controller logs show any errors indicating it failed to apply configuration? Limitations in the way DB-less configuration works mean that unrelated errors can block application of configuration updates that are otherwise valid, e.g. if you have a misconfigured Ingress somewhere it can prevent your Service changes from taking effect. If that's the case, controller logs will show an error indicating the name of the problem Kong resource (which will include the namespace and name of the associated Kubernetes resource) and why it's rejected. If you're seeing neither of those (there are no controller log errors, but the Kong service does not have the expected |
Beta Was this translation helpful? Give feedback.
-
Hey @mbaylet. Did you manage to fix it and apply custom timeouts on the Service level? I'm struggling with the same issue. I'm running |
Beta Was this translation helpful? Give feedback.
-
FYI, I have tested the Kubernetes |
Beta Was this translation helpful? Give feedback.
-
Hi,
I struggled to get my timeout configuration applied on the latest KIC (2.8) based on the current documentation:
https://docs.konghq.com/kubernetes-ingress-controller/latest/references/annotations/#konghqcomread-timeout
here is my service anotation:
Unfortunately, even with this settings, my request hit a 504 timeout after 60 seconds.
My ingress is managed by kong and the service is fully reachable.
Do i miss something ?
Beta Was this translation helpful? Give feedback.
All reactions