You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unable to recognize "deploy-consumer.yaml": no matches for kind "ScaledObject" in version "keda.k8s.io/v1alpha1"
unable to recognize "deploy-consumer.yaml": no matches for kind "TriggerAuthentication" in version "keda.k8s.io/v1alpha1"
The text was updated successfully, but these errors were encountered:
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 CRDs available. Not sure if something is missing in deploy-consumer.yaml?
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
# Add helm repo
helm repo add kedacore https://kedacore.github.io/charts
# Update helm repo
helm repo update
# Install keda helm chart
helm install keda kedacore/keda --version 1.5.0 --namespace keda
unable to recognize "deploy-consumer.yaml": no matches for kind "ScaledObject" in version "keda.k8s.io/v1alpha1"
unable to recognize "deploy-consumer.yaml": no matches for kind "TriggerAuthentication" in version "keda.k8s.io/v1alpha1"
The text was updated successfully, but these errors were encountered: