We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run "./kubebuild.sh https://github.com/zoobab/versaloon.git", I get an aufs error inside:
root@kube-master:~/kubebuild# kubectl logs kubebuild Launching docker...OK REPONAME is defined as versaloon, trying to build it... Sending build context to Docker daemon 23.44MB Step 1/16 : FROM ubuntu:14.04 14.04: Pulling from library/ubuntu c954d15f947c: Pulling fs layer c3688624ef2b: Pulling fs layer 848fe4263b3b: Pulling fs layer 23b4459d3b04: Pulling fs layer 36ab3b56c8f1: Pulling fs layer 23b4459d3b04: Waiting 36ab3b56c8f1: Waiting 848fe4263b3b: Verifying Checksum 848fe4263b3b: Download complete c3688624ef2b: Verifying Checksum c3688624ef2b: Download complete 23b4459d3b04: Verifying Checksum 23b4459d3b04: Download complete 36ab3b56c8f1: Verifying Checksum 36ab3b56c8f1: Download complete c954d15f947c: Verifying Checksum c954d15f947c: Download complete c954d15f947c: Pull complete c3688624ef2b: Pull complete 848fe4263b3b: Pull complete 23b4459d3b04: Pull complete 36ab3b56c8f1: Pull complete Digest: sha256:e1c8bff470c771c6e86d3166607e2c74e6986b05bf339784a9cab70e0e03c7c3 Status: Downloaded newer image for ubuntu:14.04 ---> dc4491992653 Step 2/16 : MAINTAINER Benjamin Henrion <[email protected]> error creating aufs mount to /var/lib/docker/aufs/mnt/664e73448cdd53b7b44b9d111884495497061fca1046c4095782431194a4f8f4-init: invalid argument root@kube-master:~/kubebuild#
This is on a digitalocean server ubuntu 16.04 with a kubeadm-dind cluster.
The text was updated successfully, but these errors were encountered:
I reconfigured the main docker with /etc/docker/daemon.json to use devicemapper and it solved the issue.
Sorry, something went wrong.
No branches or pull requests
When I run "./kubebuild.sh https://github.com/zoobab/versaloon.git", I get an aufs error inside:
This is on a digitalocean server ubuntu 16.04 with a kubeadm-dind cluster.
The text was updated successfully, but these errors were encountered: