feat: add the option to disable api server registration for metrics-server#609
feat: add the option to disable api server registration for metrics-server#609raphapr wants to merge 1 commit intokedacore:mainfrom
Conversation
Signed-off-by: Raphael Ribeiro <raphaelpr01@gmail.com>
|
@zroubalik I understand that is mandatory. My rationale is there are potential scenarios where deploying KEDA without registering its metrics server becomes useful for migration purposes. For example, in my case, I manage a cluster in which Does that make sense? |
|
There was a problem hiding this comment.
I understand your use case, it is a rare one though. I am not extremely happy with this addition, but I won't block it 😄 I let others to decide.
My only requirement is that this is properly documented, with consequencies for users (if they enable this setting).
|
I've been thinking about this and I'm not totally sure. Even though I understand the use case, I'm not sure if we are in the moment for supporting this feature as the proxy is still an on-going idea. |
Add the
metricsServer.registerAPIServiceoption to disable external metrics API registration.This is useful when you already have an API registration (e.g. Datadog Cluster Agent) and want to deploy KEDA without impacting the current external metrics API.
Checklist