Keda: no scaler found for type: azure-blob

Created on 17 Jan 2020  路  8Comments  路  Source: kedacore/keda

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

question

Most helpful comment

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?

All 8 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.
KedaOp.txt

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 https://github.com/kedacore/charts/pull/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.

Closed in #549 by @amtandon

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jeffhollan picture jeffhollan  路  5Comments

alexakr picture alexakr  路  4Comments

tomkerkhove picture tomkerkhove  路  4Comments

aman-bansal picture aman-bansal  路  4Comments

mboutet picture mboutet  路  3Comments