Git Product home page Git Product logo

Comments (5)

dmyerscough avatar dmyerscough commented on June 15, 2024 1

I had the same issue with Docker 1.12.6 on Fedora 25. I had to do the following:-

$ sudo ln -s /usr/bin/dockerd-current /usr/sbin/dockerd
$ sudo ln -s /usr/libexec/docker/docker-containerd-current /usr/sbin/docker-containerd
$ sudo ln -s /usr/libexec/docker/docker-containerd-shim-current /usr/sbin/docker-containerd-shim
$ sudo ln -s /usr/libexec/docker/docker-runc-current /usr/sbin/docker-runc

Modified the docker-bootstap script to use:-

  docker daemon \
    -H ${BOOTSTRAP_DOCKER_SOCK} \
    --add-runtime oci=/usr/libexec/docker/docker-runc-current \
    --default-runtime=oci \
    --containerd /run/containerd.sock \
    -p /var/run/docker-bootstrap.pid \
    --exec-opt native.cgroupdriver=systemd \
    --userland-proxy-path=/usr/libexec/docker/docker-proxy-current \
    --iptables=false \
    --ip-masq=false \
    --bridge=none \
    --graph=/var/lib/docker-bootstrap \
      2> /var/log/docker-bootstrap.log \
      1> /dev/null &

from kube-deploy.

colachg avatar colachg commented on June 15, 2024

I think you can find this:

Launching docker bootstrap...
docker bootstrap failed to start. Exiting...

in common.sh, and then copy the cmds to your shell directly to debug where the docker bootstrap failed to start.

from kube-deploy.

mayask avatar mayask commented on June 15, 2024

@netroby Whenever you fail to run a worker/master node, run ./turndown.sh script and try again.

from kube-deploy.

acloudiator avatar acloudiator commented on June 15, 2024

Suggestion from @dmyerscough did helped to move with docker bootstrap error but now it's an error for flannel.

/usr/bin/docker-current: Error response from daemon: oci runtime error: error running hook: exit status 1, stdout: , stderr:.
!!! [0411 18:46:29] flannel failed to start. Exiting...

Any help?!

from kube-deploy.

roberthbailey avatar roberthbailey commented on June 15, 2024

docker-multinode was removed in #283 so I'm closing this issue as obsolete.

from kube-deploy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.