-
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
Deployment is not scaling down when using podidentity for Azure Eventhubs #2808
Comments
hi @Harisyam |
Hi @JorTurFer Please find the below metrics Metrics with pod identity approach
Metrics with connection string approach
|
This is weird... |
We have used the same event hub in both the cases. |
This seems to be a combination of the two following issues. When using podIdentity, the scaler is unable to find the storage blob, and the logs are missing in release 2.6.1 so the operator doesn't report anything. Changes for both have been merged as parts of #2788 and #2717, and the error should be fixed in the upcoming release. |
Hi @v-shenoy, If it is resolved when are we expecting a release for it |
@JorTurFer @kedacore/keda-contributors can answer that. |
2.7.0 is due early May. |
Hi @zroubalik, Thanks for the update. Is there any workaround for this issue? if not can it get fixed on any minor version? |
I am not sure about the workaround, but unfortunately we don't plan to release any minor version. You can use images with |
do you think @v-shenoy that this issue can be closed because it's already solved with the other PRs? |
@JorTurFer I think so. @Harisyam It seems that you're doing a poc first. So, would it be possible for you to test if the scaling works with a KEDA image from the |
Sure, We will do a test with the image from main branch and let you know about this |
Hi @v-shenoy, @JorTurFer , We tried using the image from main and it is working fine. |
nice! In that case I close this ticket. |
Report
We have created a java app on aks based on eventhub trigger, and we are using keda for autoscaling.
When we used the connection strings directly in the deployments the autoscaling and scale down worked properly for eventhub trigger. But when we used the podidentity for scaled object, it is scaling up but scaling down is not happening and the HPA metric is showing higher number even after all the checkpoints are done.
find the below yml files
Deployment.yml
TriggerAuthentication.yml
ScaledObject.yml
The text was updated successfully, but these errors were encountered: