Skip to content

Conversation

@andrejmaya
Copy link

Problem: the install process of make cluster-kubeadm exits with:

    kubeadm-master: Created symlink from /etc/systemd/system/multi-user.target.wants/docker.service to /usr/lib/systemd/system/docker.service.
    kubeadm-master: Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

Reason: Docker 1.13 doesn't come up with selinux enabled.

Solution: This pull request sets the selinux option to false and the install process goes through.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant