install
install copied to clipboard
set selinux-enabled=false to fix the install process
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.