Use of ClusterTriggerAuthentication with datadog cluster agent proxy #6444
Unanswered
ademar59
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
-
Hi
We currently use Datadog Api call with keda and have sometimes connections issues that provide fallback settings and useless scale up.
We are trying to use cluster agent as proxy https://arapulido.github.io/blog/2024/08/19/keda-cluster-agent/.
Datadog and Keda are deployed in the same namespace, applications in others.
I try to use a ClusterTriggerAuthentication (not documented for cluster agent) as we use for Datadog API.
The goals is to set a clustertriggerauth with a secret in keda namespace.
And create datadogmetric and scaledobject in application namespaces (depended on application need).
But when i deployed my scaledobject i have this error:
error parsing Datadog metadata: no datadogNamespace key given
this error comes from clustertriggerauth and secret
is clustertriggerauth supported ?
Beta Was this translation helpful? Give feedback.
All reactions