-
- Downloads
Etcd cluster setup makeover
The current way to setup the etc cluster is messy and buggy. - It checks for cluster is healthy before the cluster is even created. - The unit files are started on handlers, not in the task, so you mess with "flush handlers". - The join_member.yml is not used. - etcd events cluster is not configured for kubeadm - remove duplicate runs between running the role on etcd nodes and k8s nodes
Showing
- cluster.yml 2 additions, 2 deletionscluster.yml
- roles/etcd/defaults/main.yml 1 addition, 0 deletionsroles/etcd/defaults/main.yml
- roles/etcd/handlers/main.yml 1 addition, 4 deletionsroles/etcd/handlers/main.yml
- roles/etcd/tasks/configure.yml 90 additions, 25 deletionsroles/etcd/tasks/configure.yml
- roles/etcd/tasks/gen_certs_script.yml 12 additions, 5 deletionsroles/etcd/tasks/gen_certs_script.yml
- roles/etcd/tasks/install_docker.yml 4 additions, 4 deletionsroles/etcd/tasks/install_docker.yml
- roles/etcd/tasks/install_host.yml 1 addition, 0 deletionsroles/etcd/tasks/install_host.yml
- roles/etcd/tasks/install_rkt.yml 2 additions, 0 deletionsroles/etcd/tasks/install_rkt.yml
- roles/etcd/tasks/join_etcd-events_member.yml 1 addition, 12 deletionsroles/etcd/tasks/join_etcd-events_member.yml
- roles/etcd/tasks/join_etcd_member.yml 2 additions, 13 deletionsroles/etcd/tasks/join_etcd_member.yml
- roles/etcd/tasks/join_member.yml 0 additions, 47 deletionsroles/etcd/tasks/join_member.yml
- roles/etcd/tasks/main.yml 9 additions, 27 deletionsroles/etcd/tasks/main.yml
- roles/etcd/tasks/refresh_config.yml 1 addition, 1 deletionroles/etcd/tasks/refresh_config.yml
- roles/etcd/tasks/set_cluster_health.yml 0 additions, 26 deletionsroles/etcd/tasks/set_cluster_health.yml
- roles/kubernetes/master/templates/kubeadm-config.yaml.j2 3 additions, 0 deletionsroles/kubernetes/master/templates/kubeadm-config.yaml.j2
Loading
Please register or sign in to comment