-
Currently i have 4 namespaces on my cluster and each namespace belongs to a project. I was successful in implementing KEDA for one namespace. The problem is when I try to Implement the kind:APIService for another namespace, the one that I have already implemented gets replaced with the new one. How can i make this work for different namespaces. Keda1-namespace.txt we are scaling applications based on the confluent kafka partition |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 21 replies
-
Unfortunately it is not possible to install mutliple KEDA instances on one cluster, this needs to be solved first #470 (TLDR Metrics Adapter doesn't allow this, as you correctly mentioned that the But you can setup your KEDA to watch all namespaces (that's the default setting), thus scaling will be working across all of them. |
Beta Was this translation helpful? Give feedback.
-
One update, we have tried to use the the array way to specify the namespaces. Even it is not working. Any help on this @zroubalik @tomkerkhove @JorTurFer |
Beta Was this translation helpful? Give feedback.
Unfortunately it is not possible to install mutliple KEDA instances on one cluster, this needs to be solved first #470 (TLDR Metrics Adapter doesn't allow this, as you correctly mentioned that the
APIService
object gets replaced, as there could be only one such resource in the cluster).But you can setup your KEDA to watch all namespaces (that's the default setting), thus scaling will be working across all of them.