-
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
no scaler found for type: azure-blob #548
Comments
Sorry to hear that, what version are you running? |
It looks like I am running version 1.0 of the kedacore container image, but I have downloaded the latest YAMLs from master. I am attaching the describe for the keda-operator node. |
Support for Azure Blob Storage was added in 1.1 if I remember correctly, so I think you will need to pull the latest container image. Can you give that a go and shout how you get on? |
The Azure Blob Storage scaler is only available as of v1.1, see https://keda.sh/scalers/azure-storage-blob/ |
updating both the keda and keda-metrics-adapter to 1.1.0 has solved the issue. Can the YAML files under deploy be updated also? That is where I got the YAML files from this morning. Both master and the 1.1.0 tag have YAMLs pointing to 1.0.0 tags for the containers |
Sure, feel free to open a PR or I can take care of it next week. |
@amtandon sorry I missed updating the yaml here yesterday as a part of kedacore/charts#12. if you're planning to open a PR, it would need to be updated here https://github.com/kedacore/keda/blob/master/deploy/operator.yaml#L22-L38 Otherwise I can take care of it. |
I am getting the following error when trying to setup a scaler for Azure Blob Storage:
"Error getting scalers","Request.Namespace":"default","Request.Name":"blobtrigger-scaledobject","error":"error getting scaler for trigger #0: no scaler found for type: azure-blob"
The complete log entry is attached.
kedalog.txt
The text was updated successfully, but these errors were encountered: