-
- Downloads
Run kubeadm and hyperkube outside of local_release_dir (#4098)
Addressing the discussion started in #4064, this PR moves kubeadm and hyperkube binaries to /usr/local/bin before running them on the master nodes. It is to address the case where local_release_dir points to /tmp (kubespray default) and /tmp is mounted with noexec mode, preventing any binaries to be run in that partition. In role "node", we still move kubeadm to bin_dir only on the worker nodes.
Showing
- roles/download/tasks/kubeadm_images.yml 17 additions, 1 deletionroles/download/tasks/kubeadm_images.yml
- roles/kubernetes/node/tasks/install.yml 26 additions, 0 deletionsroles/kubernetes/node/tasks/install.yml
- roles/kubernetes/node/tasks/main.yml 1 addition, 1 deletionroles/kubernetes/node/tasks/main.yml
Loading
Please register or sign in to comment