WATCH_NAMESPACE for ScaledObjects #7099
Unanswered
AmanGarg-hub
asked this question in
Q&A / Need Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I've been trying to implement WATCH_NAMESPACE env variable in my keda to watch a specific set of namespaces like
env:
value: namespace-a,namespace-b
as suggested in the docs
but as soon as i change this env variable's value from "" to "namespace-a,namespace-b", I start seeing errors like:
Although the namespaces being watched work as expected and i don't see any error message for them, but why do we see errors like this for other namespaces (like default ns in this case)? Shouldn't we just get n INFO log instead that this namespace scaledobject is not being watched?
Just want to understand this, as i want to put this in production and before going there i wanna know why is this an error and does it affect the performance of keda in any way?
Beta Was this translation helpful? Give feedback.
All reactions