Skip to content
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

There is no keda.k8s.io/ v1Alpha1 resource object #17

Open
ghost opened this issue Sep 29, 2020 · 2 comments
Open

There is no keda.k8s.io/ v1Alpha1 resource object #17

ghost opened this issue Sep 29, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 29, 2020

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"

@kmr0877
Copy link

kmr0877 commented Oct 9, 2020

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?
image

@kmr0877
Copy link

kmr0877 commented Oct 13, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant