-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to lookup SRV records #5366
Comments
Hello 👋 Looks like there was no activity on this issue for the last two months. |
level=warn ts=2022-09-20T08:30:14.347379507Z caller=proxy.go:279 component=proxy request="min_time:1663662000000 max_time:1663662600000 matchers:<name:"cluster" > matchers:<type:RE name:"node" > matchers:<type:NEQ name:"container" > matchers:<name:"name" value:"node_namespace_pod_container:container_memory_working_set_bytes" > max_resolution_window:6000 aggregates:COUNT aggregates:SUM " err="No StoreAPIs matched for this query" stores="store Addr: 10.2.2.192:10901 LabelSets: {prometheus="platform/prometheus-operator-prometheus", prometheus_replica="prometheus-prometheus-operator-prometheus-0"} Mint: 1630390089788 Maxt: 1663653600000 filtered out: does not have data within this time period: [1663662000000,1663662600000]. Store time ranges: [1630390089788,1663653600000]" level=error ts=2022-09-20T08:33:39.27053823Z caller=resolver.go:99 msg="failed to lookup SRV records" host=_grpc._tcp.thanos-sidecar-grpc.platform.svc.cluster.loca err="no such host" |
The error is fixed because labeling was not done properly |
i have same problem when i try to connect to
I got But from other pod, i run Help please, Any ideas? UPD:I use
Instead
And this work for me |
@subbuedcast could you elaborate on this? which labels on which pod/s were incorrect and how did you fix them? |
when i add the head of "dnssrv+_grpc._tcp." i got a error like the picture show caller=resolver.go:99 msg="failed to lookup SRV records" host=_grpc._tcp.thanos-receive-ingestor-default.namespace.svc err="no such host" and when i don't add the head , it work as well,so what should i do if i want to use the head "dnssrv+_grpc._tcp." at the verson of 24 in kubenets v1.20.10
The text was updated successfully, but these errors were encountered: