c12s-kubespray/roles/download/tasks
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
..
download_container.yml Fix ansible syntax to avoid ansible deprecation warnings (#3512) 2018-10-16 15:33:30 -07:00
download_file.yml Added pass through parameters to enable basic auth for downloads 2019-01-08 19:36:13 -06:00
download_prep.yml Replace raw module with shell to avoid warning (#3652) 2018-11-06 11:07:11 -08:00
kubeadm_images.yml Run kubeadm and hyperkube outside of local_release_dir (#4098) 2019-01-28 02:00:49 -08:00
main.yml Fix kubeadm config images pull 2019-01-28 14:42:55 +08:00
set_docker_image_facts.yml Replace raw module with shell to avoid warning (#3652) 2018-11-06 11:07:11 -08:00
sync_container.yml Fix Sync Container Permission (#3752) 2018-11-26 07:00:34 -08:00