etcd.conf.yml.sample: remove deprecated fields

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-04-20 11:43:55 -07:00
parent 0411b89d69
commit 8b68a71cb5

View File

@ -94,9 +94,6 @@ proxy-write-timeout: 5000
proxy-read-timeout: 0 proxy-read-timeout: 0
client-transport-security: client-transport-security:
# DEPRECATED: Path to the client server TLS CA file.
ca-file:
# Path to the client server TLS cert file. # Path to the client server TLS cert file.
cert-file: cert-file:
@ -113,9 +110,6 @@ client-transport-security:
auto-tls: false auto-tls: false
peer-transport-security: peer-transport-security:
# DEPRECATED: Path to the peer server TLS CA file.
ca-file:
# Path to the peer server TLS cert file. # Path to the peer server TLS cert file.
cert-file: cert-file:
@ -142,3 +136,6 @@ log-output: [default]
# Force to create a new one member cluster. # Force to create a new one member cluster.
force-new-cluster: false force-new-cluster: false
auto-compaction-mode: periodic
auto-compaction-retention: "1"