mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Etcd Certificates are not generated when adding nodes to an existing cluster with scale.yml (#12120)
* [Issue-12117]-Certificates for the new hosts are not generated during scale.yml * [Issue-12117]-Certificates for the new hosts are not generated during scale.yml * [Issue-12117]-Certificates for the new hosts are not generated during scale.yml
This commit is contained in:
@@ -36,6 +36,9 @@
|
||||
- { role: container-engine, tags: "container-engine", when: deploy_container_engine }
|
||||
|
||||
- name: Install etcd
|
||||
vars:
|
||||
etcd_cluster_setup: true
|
||||
etcd_events_cluster_setup: "{{ etcd_events_cluster_enabled }}"
|
||||
import_playbook: install_etcd.yml
|
||||
|
||||
- name: Handle upgrades to control plane components first to maintain backwards compat.
|
||||
|
||||
Reference in New Issue
Block a user