mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-04 09:58:20 +03:00
Improve variable handling for disabling etcd events cluster
This commit is contained in:
@@ -314,7 +314,7 @@ kube_apiserver_client_key: |-
|
||||
{%- endif %}
|
||||
|
||||
# Set to true to deploy etcd-events cluster
|
||||
etcd_events_cluster_setup: false
|
||||
etcd_events_cluster_enabled: false
|
||||
|
||||
# Vars for pointing to etcd endpoints
|
||||
is_etcd_master: "{{ inventory_hostname in groups['etcd'] }}"
|
||||
|
||||
Reference in New Issue
Block a user