-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
DNS Test Fail: nslookup kubernetes.default: NXDOMAIN #4475
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/failing-test
Categorizes issue or PR as related to a consistently or frequently failing test.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Comments
I was able to replicate this error on my own linux kvm box on master: here the logs for coredns and other pods: logs for coredns 1$ kc logs -f coredns-fb8b8dccf-w9crm -n kube-system
logs for coredns second container$ kc logs -f coredns-fb8b8dccf-2mjz5 -n kube-system
logs from kube-api-server-minikube
|
u5surf
added a commit
to u5surf/minikube
that referenced
this issue
Jun 13, 2019
u5surf
added a commit
to u5surf/minikube
that referenced
this issue
Jun 13, 2019
medyagh
pushed a commit
that referenced
this issue
Jun 14, 2019
Fixes #4475 related to this docker-library/busybox#48
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/failing-test
Categorizes issue or PR as related to a consistently or frequently failing test.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Place holder to collect evidence for for Failing test for DNS
The error message is :
to replicate:
start minikube build from head
spin up busybox in default namespace
kubectl apply -f https://k8s.io/examples/admin/dns/busybox.yaml
this will fail :
kubectl exec -ti busybox -- nslookup kubernetes.default
tried on both
osx
andlinux
, bothkvm
andvirtualbox
note this error does not happen on latest release
minikube version: v1.1.1
and only on currentmaster/head
Logs from integration tests:
Linux_Integration_Tests_Virtualbox :
Linux KVM (same error )
OSX VirtualBox (same error )
The text was updated successfully, but these errors were encountered: