Fix etcd deployment type variable location (#5587)

On deployments types where etcd server is splitted from Kube Master, the deployment fails since it cannot find the variable.
This commit is contained in:
Fabiano Tessarolo
2020-02-07 07:17:43 -03:00
committed by GitHub
parent 422b25ab1f
commit 16fd2e5d68
3 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
---
## Etcd auto compaction retention for mvcc key value store in hour
# etcd_compaction_retention: 0
@@ -16,3 +17,6 @@
### ETCD: disable peer client cert authentication.
# This affects ETCD_PEER_CLIENT_CERT_AUTH variable
# etcd_peer_client_auth: true
## Settings for etcd deployment type
etcd_deployment_type: docker