Mohan Kagita
Results
3
comments of
Mohan Kagita
Similar issue #1226
I am facing similar issue, getting an error as below ```Verify that any required CRDs have been created: no matches for kind "ScaledObject" in version "keda.k8s.io/v1alpha1``` while I have relevant...
Make sure you are using keda < 2.0.0, because `apiVersion` within `deploy/deploy-consumer.yaml` is using v1alpha1 while keda 2.0.0 objects are using v1beta1. Below script worked for me ```sh # Add...