You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
image:
keda:
# -- Image name of KEDA operator
repository: ghcr.io/kedacore/keda
# -- Image tag of KEDA operator. Optional, given app version of Helm chart is used by default
tag: "2.12.1"
metricsApiServer:
# -- Image name of KEDA Metrics API Server
repository: ghcr.io/kedacore/keda-metrics-apiserver
# -- Image tag of KEDA Metrics API Server. Optional, given app version of Helm chart is used by default
tag: "2.12.1"
webhooks:
# -- Image name of KEDA admission-webhooks
repository: ghcr.io/kedacore/keda-admission-webhooks
# -- Image tag of KEDA admission-webhooks . Optional, given app version of Helm chart is used by default
tag: "2.12.1"
# -- Image pullPolicy for all KEDA components
pullPolicy: Always
# -- Kubernetes cluster domain
clusterDomain: cluster.local
.....
Actual Behavior
W0110 08:27:16.921345 1 logging.go:59] [core] [Channel #1 SubChannel #3] grpc: addrConn.createTransport failed to connect to {Addr: "keda-operator.keda-system.svc.cluster.local:9666", ServerName: "keda-operator.keda-system.svc.cluster.local:9666", }. Err: connection error: desc = "transport: Error while dialing: dial tcp: lookup keda-operator.keda-system.svc.cluster.local on 169.254.169.254:53: no such host"
W0110 08:29:02.140973 1 logging.go:59] [core] [Channel #1 SubChannel #3] grpc: addrConn.createTransport failed to connect to {Addr: "keda-operator.keda-system.svc.cluster.local:9666", ServerName: "keda-operator.keda-system.svc.cluster.local:9666", }. Err: connection error: desc = "transport: Error while dialing: dial tcp: lookup keda-operator.keda-system.svc.cluster.local on 169.254.169.254:53: no such host"
W0110 08:30:49.930598 1 logging.go:59] [core] [Channel #1 SubChannel #3] grpc: addrConn.createTransport failed to connect to {Addr: "keda-operator.keda-system.svc.cluster.local:9666", ServerName: "keda-operator.keda-system.svc.cluster.local:9666", }. Err: connection error: desc = "transport: Error while dialing: dial tcp: lookup keda-operator.keda-system.svc.cluster.local on 169.254.169.254:53: no such host"
W0110 08:33:03.039554 1 logging.go:59] [core] [Channel #1 SubChannel #3] grpc: addrConn.createTransport failed to connect to {Addr: "keda-operator.keda-system.svc.cluster.local:9666", ServerName: "keda-operator.keda-system.svc.cluster.local:9666", }. Err: connection error: desc = "transport: Error while dialing: dial tcp: lookup keda-operator.keda-system.svc.cluster.local on 169.254.169.254:53: no such host"
W0110 08:35:09.734630 1 logging.go:59] [core] [Channel #1 SubChannel #3] grpc: addrConn.createTransport failed to connect to {Addr: "keda-operator.keda-system.svc.cluster.local:9666", ServerName: "keda-operator.keda-system.svc.cluster.local:9666", }. Err: connection error: desc = "transport: Error while dialing: dial tcp: lookup keda-operator.keda-system.svc.cluster.local on 169.254.169.254:53: no such host"
Steps to Reproduce the Problem
I deployed Keda via helm chart
Specifications
KEDA Version:v2.12.1
Kubernetes Version:1.25
The text was updated successfully, but these errors were encountered:
Expected Behavior
My config
value.yaml
fileActual Behavior
Steps to Reproduce the Problem
I deployed
Keda
via helm chartSpecifications
The text was updated successfully, but these errors were encountered: