Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Need to solve keda install for k8s v1.16+ #1377

Closed
trisberg opened this issue Jan 17, 2020 · 5 comments · Fixed by vmware-archive/release#129
Closed

Need to solve keda install for k8s v1.16+ #1377

trisberg opened this issue Jan 17, 2020 · 5 comments · Fixed by vmware-archive/release#129
Labels

Comments

@trisberg
Copy link
Member

We can't use kapp for installing keda on Kubernetes v1.16 or later since keda still use k8s.io in the API group.

@jldec
Copy link
Contributor

jldec commented Jan 21, 2020

E.g issue for users with latest minikube.

  • file issue against keda
  • talk to Dmitriy about kapp workaround

@trisberg
Copy link
Member Author

trisberg commented Jan 21, 2020

In the meantime we can skip the wait

kapp deploy -n apps -a keda --wait=false -f https://storage.googleapis.com/projectriff/release/0.5.0-snapshot/keda.yaml

@trisberg
Copy link
Member Author

Created KEDA issue kedacore/keda#552

scothis added a commit to scothis/release that referenced this issue Jan 21, 2020
Hack the KEDA CRDs to masquerade as approved to be in the k8s.io api
group. This should be remove once KEDA is no longer under the *.k8s.io
api group or is properly approved.

Fixes projectriff/riff#1377
trisberg pushed a commit to vmware-archive/release that referenced this issue Jan 21, 2020
Hack the KEDA CRDs to masquerade as approved to be in the k8s.io api
group. This should be remove once KEDA is no longer under the *.k8s.io
api group or is properly approved.

Fixes projectriff/riff#1377
@fbiville
Copy link
Contributor

It may be worth keeping this opened until a long-term solution is implemented, wdyt @scothis @trisberg?

@trisberg
Copy link
Member Author

I created vmware-archive/release#130 so we don't forget

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
3 participants