kubesphere-sigs / fluent-operator-walkthrough

Fluent Operator Walkthrough
Apache License 2.0
28 stars 13 forks source link

nslookup issues within fluentd pod v1.14.4 & v1.14.6 #34

Open rdeptula opened 2 years ago

rdeptula commented 2 years ago

kubectl exec -it pod/fluentd-http-0 -n fluent -- sh / $ nslookup kubernetes 172.x.x.x Server: 172.x.x.x Address: 172.x.x.x:53

** server can't find kubernetes: NXDOMAIN

** server can't find kubernetes: NXDOMAIN

/ $ cat /etc/resolv.conf nameserver 172.x.x.x search fluent.svc.cluster.local svc.cluster.local cluster.local ca-central-1.compute.internal options ndots:5

iamMrGaurav commented 2 months ago

@rdeptula , have you resolve this issue ?