-
Notifications
You must be signed in to change notification settings - Fork 716
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
coredns pending #1335
Comments
Environment: NAME="Ubuntu" |
did you try the suggestions here: |
The page assumed the pending state is before install the pod network, but for me, it is after I applied the https://raw.githubusercontent.com/coreos/flannel/v0.10.0/Documentation/kube-flannel.yml, core-dns always stuck in pending. |
Are there any errors in coredns logs? |
FIXED by: kubectl edit cm coredns -n kube-system and then comment loop: #loop |
Take care that you don't actually have an upstream dns forwarding loop in place (e.g. if coredns is configured to forward upstream requests back to itself). |
closing as per comment @heidini comment |
@fabriziopandini: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
good |
kubectl version Linux kmaster 4.4.0-143-generic #169-Ubuntu SMP Thu Feb 7 07:56:38 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
Is this a request for help?
If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.
If no, delete this section and continue on.
What keywords did you search in kubeadm issues before filing this one?
If you have found any duplicates, you should instead reply there and close this page.
If you have not found any duplicates, delete this section and continue on.
Is this a BUG REPORT or FEATURE REQUEST?
Choose one: BUG REPORT or FEATURE REQUEST
Versions
kubeadm version (use
kubeadm version
):Environment:
kubectl version
):uname -a
):What happened?
What you expected to happen?
How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
The text was updated successfully, but these errors were encountered: