-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Docker multinode startup issue #24654
Comments
I haven't come across this earlier, but haven't tried |
Same experience with 1.11.0, downgrade to 1.10.3 fixed that |
Based on my own experience; I think this problem is caused by the two docker daemons running on the same host and using the same docker-containerd daemon which docker runs automatically now. The solution is to use the --exec-root option on the bootstrap docker daemon, so that it's containerd pipe can't be found by the main docker daemon. |
@mnowrot any luck with this one? |
Not really - I decided to run Kubernetes on Ubuntu and completely dropped this way of running Kubernetes. |
I'm facing same issue on ARM on Raspberry PI. So not much way to back :D |
@mikedanese Will the cluster setup work being done address this by providing a replacement? |
The problem is not with docker-multinode itself, it's just that the "old" docker-multinode that was written a long time ago was copied over to kubernetes.github.io, while the current docker-multinode solution is developed in kube-deploy. (But hopefully, we'll soon get to a point where we have 3-5 core deployments, not ~20s of them like today) |
I'm trying to follow instructions given here http://kubernetes.io/docs/getting-started-guides/docker-multinode/master/ to start the master node on Debian 8 Jessie. However, after running a command that should start the master node:
I'm receiving the following output:
I'm using docker 1.11.0 Could anyone help me out here? I'm happy to provide further information if necessary.
The text was updated successfully, but these errors were encountered: