Skip to content
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

Closed
rahulpr17 opened this issue Jul 10, 2019 · 6 comments
Closed

HTTP Trigger not scaling up #287

rahulpr17 opened this issue Jul 10, 2019 · 6 comments
Assignees

Comments

@rahulpr17
Copy link

rahulpr17 commented Jul 10, 2019

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?

@asavaritayal asavaritayal self-assigned this Jul 11, 2019
@asavaritayal
Copy link

@asavaritayal to find the right place for the issue. This looks like an Osiris issue.

@rahulpr17
Copy link
Author

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.
Also please let us know if Keda support for TimeTrigger will be available in near future?

@yaron2
Copy link
Contributor

yaron2 commented Jul 12, 2019

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 osiris-system namespace to help you understand if something went wrong.

@rahulpr17
Copy link
Author

Thank you for the response. I have raised a bug to the osiris team and checking with them.

@aletc1
Copy link

aletc1 commented Sep 25, 2019

Keda team, please review this:
deislabs/osiris#34

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.

@tomkerkhove
Copy link
Member

tomkerkhove commented Nov 26, 2019

I presume this issue can be closed as it's not related to KEDA.

Feel free to re-open in case it's required.

preflightsiren pushed a commit to preflightsiren/keda that referenced this issue Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants