-
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
ScaledJob deployments regards the "ProviderFailed" state Containers as if they were in the "Running" state #4866
Comments
Hello |
Certainly, please find it below.
|
I'd say that your ScaledJob should work, but I'm not familiar with |
Those Pods got into the ProviderFailed state because the Azure subscription had not been configured to provide the desired count of Containers. At any rate, those Pods were in a failed state where they were doing nothing for us. |
Sorry for the long delay. I was on vacations :) |
Agree with @JorTurFer on this |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. |
Report
I have a deployment configured to run 12 Containers permanently. As of right now, there's no Message in the Queue and I see 12 Containers running in spite of the fact that 8 of them will do absolutely nothing for us:
Expected Behavior
KEDA should ignore the "ProviderFailed"-state Containers and always provide us with the count of configured
minReplicaCount
Containers that are either in the "Pending" or "Running" state. The reason for settingminReplicaCount
to 12 is that we need to have 12 Containers always on hold, not only 4 of them. Please fix KEDA to always provide theminReplicaCount
of usable Containers.Actual Behavior
We are seeing the
minReplicaCount: 12
configured Containers in Kubernetes, but 8 of them are in the non-functional "ProviderFailed" state.Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
2.10.1
Kubernetes Version
1.25
Platform
Microsoft Azure
Scaler Details
Azure Service Bus
Anything else?
These are Windows Containers instantiated in the Azure Container Instances service using the Virtual Kubelet installed using the virtual-kubelet-azure-aci-1.5.1 Helm chart.
The text was updated successfully, but these errors were encountered: