We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
/ $ 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
The text was updated successfully, but these errors were encountered:
@rdeptula , have you resolve this issue ?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: