projectriff / riff

riff is for functions
https://projectriff.io
Apache License 2.0
799 stars 64 forks source link

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

Closed trisberg closed 4 years ago

trisberg commented 4 years ago

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 commented 4 years ago

E.g issue for users with latest minikube.

trisberg commented 4 years ago

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 commented 4 years ago

Created KEDA issue https://github.com/kedacore/keda/issues/552

fbiville commented 4 years ago

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

trisberg commented 4 years ago

I created https://github.com/projectriff/release/issues/130 so we don't forget