-
- Downloads
Scale-up functionality for etcd cluster
* Set ETCD_INITIAL_CLUSTER_STATE from `new` to `existing`, because parameter `new` makes sense only on cluster assembly stage. * If cluster exists and current node is not a part of the cluster, add it with command `etcdctl add member name url`. Closes kubespray/kargo/#270
Showing
- roles/etcd/tasks/configure.yml 13 additions, 8 deletionsroles/etcd/tasks/configure.yml
- roles/etcd/tasks/main.yml 10 additions, 2 deletionsroles/etcd/tasks/main.yml
- roles/etcd/tasks/refresh_config.yml 6 additions, 0 deletionsroles/etcd/tasks/refresh_config.yml
- roles/etcd/tasks/set_cluster_health.yml 7 additions, 0 deletionsroles/etcd/tasks/set_cluster_health.yml
- roles/etcd/tasks/set_facts.yml 16 additions, 0 deletionsroles/etcd/tasks/set_facts.yml
- roles/etcd/templates/etcd.j2 4 additions, 9 deletionsroles/etcd/templates/etcd.j2
roles/etcd/tasks/refresh_config.yml
0 → 100644
roles/etcd/tasks/set_cluster_health.yml
0 → 100644
roles/etcd/tasks/set_facts.yml
0 → 100644
Please register or sign in to comment