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
we are using KEDA ScaledJobs to do some event driven processing. We'd love to use a virtual node given how bursty the messages are, but it seems like using akv2k8s breaks when running on ACI (ie the virtual node).
currently seeing this in the log
2025-02-18T20:07:47.5119245Z I0218 20:07:47.511203 99 authentication.go:110] "checking if current auth service credentials are stale" url="[http://akv2k8s-envinjector.akv2k8s.svc:80/auth/reader-slow-dev/reader-slow-dev-virtual-8wmtc-kr5dd?secret=akv2k8s-reader-slow-dev-virtual](http://akv2k8s-envinjector.akv2k8s.svc/auth/reader-slow-dev/reader-slow-dev-virtual-8wmtc-kr5dd?secret=akv2k8s-reader-slow-dev-virtual)"
2025-02-18T20:07:57.5129825Z E0218 20:07:57.512146 99 main.go:267] "failed to get credentials" err="failed to check for stale credentials: Get \"[http://akv2k8s-envinjector.akv2k8s.svc:80/auth/reader-slow-dev/reader-slow-dev-virtual-xxxxxx?secret=akv2k8s-reader-slow-dev-virtual](http://akv2k8s-envinjector.akv2k8s.svc/auth/reader-slow-dev/reader-slow-dev-virtual-xxxxxx?secret=akv2k8s-reader-slow-dev-virtual)\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)" failedTimes=3
I've seen some of the other issues around the same context deadline exceeded but just figured I'd ask here while I do more research
The text was updated successfully, but these errors were encountered:
Your question
we are using KEDA ScaledJobs to do some event driven processing. We'd love to use a virtual node given how bursty the messages are, but it seems like using akv2k8s breaks when running on ACI (ie the virtual node).
currently seeing this in the log
I've seen some of the other issues around the same
context deadline exceeded
but just figured I'd ask here while I do more researchThe text was updated successfully, but these errors were encountered: