c12s-kubespray/roles/kubernetes/node
Florent Monbillard 2054a98cf7 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.
2019-01-28 02:00:49 -08:00
..
defaults Fix kube-proxy configuration for kubeadm (#3958) 2019-01-03 00:04:26 -08:00
handlers Drop non systemd OS types support 2017-01-02 12:14:03 +01:00
tasks Run kubeadm and hyperkube outside of local_release_dir (#4098) 2019-01-28 02:00:49 -08:00
templates Fix GPU node Scheduling 2018-12-25 21:37:10 +08:00
vars added extra var for ubuntu 18 netplan resolv 2018-09-17 09:01:55 +02:00