-
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
FailedCreatePodSandBox with DNS pod #507
Comments
@smileisak Can you please check the kubelet logs to see if you can find a clue on why FailedCreatePodSandBox occurs? |
@smileisak Were you able to pin down what happened in the kubelet logs? |
We are getting the same error in multiple deployments, one example is the echoheaders deployment that we are using to test ingress Deployment
kubectl -n nginx-ingress describe pods echoheaders-7pbth
journalctl -u kubelet | less | grep echoheaders
Environmentkops version: Version 1.7.1 (git-c69b811)
|
@dims && @jamiehannaford this is kubelet logs:
|
@smileisak Hmm, that's strange. Would you mind restarting docker with |
@jamiehannaford by restarting docker everything is working now ! but it's weird as an error |
@smileisak Yeah... I think this is more of a Docker issue than kubeadm. Are you okay with me closing this? |
@jamiehannaford yes you can close this issue 😄 thank you for your help ! 😃 |
Hello, have you solved it |
@shibd Try restarting your docker, that could be the issue. If not, can you open a new issue with your kubelet logs. |
I am having this issue and docker restart did not solve it. |
@srossross Please open a new issue with full DNS and kubelet logs. |
In my case this was caused by |
I got this error when Docker no longer worked after installing ubuntu 16.04 upgrades. Upgrading Docker to the latest version (17.12-ce in my case), everything immediately worked fine again. So this errors seems to be caused by Docker errors mostly. |
Is this a BUG REPORT
BUG REPORT
Versions
kubeadm version (use
kubeadm version
):Environment:
Kubernetes version (use
kubectl version
):Cloud provider or hardware configuration:
Bare metal
OS (e.g. from /etc/os-release):
Kernel (e.g.
uname -a
):Others:
What happened?
Trying to install Kubernetes Cluster version 1.8.1 using
kubeadm
. But After installing network add-on (weave
,calico
andflannel
) i have a weird issue with dns pod.kubectl get pods --all-namespaces -o wide
k describe pod kube-dns-545bc4bfd4-j2rwn -n kube-system
What you expected to happen?
DNS pod runs and get and IP address.
How to reproduce it (as minimally and precisely as possible)?
Install Kubernetes using kubeadm behind a corporate porxy using this command:
kubeadm init --apiserver-advertise-address=10.244.175.11
Anything else we need to know?
journalctl -u kubelet | grep sandbox
The text was updated successfully, but these errors were encountered: