mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-15 11:50:44 -03:30
This reverts commit c0e1211abe0076c57a6b0e3ac67caf104f9f3767.
This commit is contained in:
parent
843252c968
commit
88c11b5946
@ -32,9 +32,8 @@ ETCD_MAX_SNAPSHOTS={{ etcd_max_snapshots }}
|
||||
{% if etcd_max_wals is defined %}
|
||||
ETCD_MAX_WALS={{ etcd_max_wals }}
|
||||
{% endif %}
|
||||
{% if hostvars[groups['k8s_cluster'][0]]['kube_network_plugin'] == 'flannel' %}
|
||||
# Flannel need etcd v2 API
|
||||
ETCD_ENABLE_V2=true
|
||||
{% endif %}
|
||||
|
||||
# TLS settings
|
||||
ETCD_TRUSTED_CA_FILE={{ etcd_cert_dir }}/ca.pem
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user