Skip to content
Snippets Groups Projects
Unverified Commit 88c11b59 authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Revert "etcd: enable v2 api only if needed (#8001)" (#8008)

This reverts commit c0e1211a.
parent 843252c9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment