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:
Karthik S
2025-05-02 02:03:56 -05:00
committed by GitHub
parent 71a323039f
commit a3e6e66204
4 changed files with 11 additions and 19 deletions

View File

@@ -23,7 +23,4 @@
- { role: kubespray-defaults }
- role: etcd
tags: etcd
vars:
etcd_cluster_setup: true
etcd_events_cluster_setup: "{{ etcd_events_cluster_enabled }}"
when: etcd_deployment_type != "kubeadm"