-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
HTTP Trigger not scaling up #287
Comments
@asavaritayal to find the right place for the issue. This looks like an Osiris issue. |
Thanks for looking into the issue. Can you please confirm if it is an issue with Osiris? I have been trying from days to test this and no luck on autoscaling Http Trigger. But Queue trigger is working without any issue. |
I assume by HTTP Trigger you mean an HTTP Azure Function? The scale to/from zero you are referring to is only achieved via Osiris, KEDA is not in play here at all, and thus this has to be a (potential) Osiris issue. You can look for Osiris logs for the different Osiris components under the |
Thank you for the response. I have raised a bug to the osiris team and checking with them. |
Keda team, please review this: The issue is with the func toolset that has a missing configuration. e.g if you add this then everything work as expected: "osiris.deislabs.io/loadBalancerHostname": "locahost" In my case, localhost was the loadbalancer (Docker Desktop/Kubernetes) but it should be the actual balancer DNS name. |
I presume this issue can be closed as it's not related to KEDA. Feel free to re-open in case it's required. |
Signed-off-by: iterion <[email protected]>
I am trying to deploy an HTTP Trigger to keda. I have installed Osiris components for the same. It helped me to scale to zero when no request is coming, but it is not scaling up from 1 instance. I have removed all replica-constraints from deploy.yaml file still no effects. Can you help me with any supportive links?
The text was updated successfully, but these errors were encountered: