-
- Downloads
Fix etcd install with docker and etcd_kubeadm_enabled (#5777)
- This solves issue #5721 & #5713 (dupes) - Provide a cleaner default usage pattern for the download role around etcd that supports 'host' and 'docker' properly - Extract the 'etcdctl' as a separate task install piece and reuse it where appropriate - Update the kubeadm-etcd task to reflect the above change
Showing
- roles/download/defaults/main.yml 4 additions, 4 deletionsroles/download/defaults/main.yml
- roles/etcd/tasks/install_docker.yml 1 addition, 10 deletionsroles/etcd/tasks/install_docker.yml
- roles/etcd/tasks/install_etcdctl_docker.yml 11 additions, 0 deletionsroles/etcd/tasks/install_etcdctl_docker.yml
- roles/kubernetes/master/tasks/kubeadm-etcd.yml 9 additions, 0 deletionsroles/kubernetes/master/tasks/kubeadm-etcd.yml
- roles/kubernetes/preinstall/tasks/0020-verify-settings.yml 6 additions, 0 deletionsroles/kubernetes/preinstall/tasks/0020-verify-settings.yml
- roles/kubernetes/preinstall/tasks/0040-set_facts.yml 0 additions, 1 deletionroles/kubernetes/preinstall/tasks/0040-set_facts.yml
Loading
Please register or sign in to comment