From 8f9b670b4528fc447215416c63eaf9e35919dba0 Mon Sep 17 00:00:00 2001 From: kayrus Date: Tue, 1 Sep 2015 12:52:29 +0200 Subject: [PATCH] Added "etcd_key_prefix" option explanation --- Documentation/deployment-and-configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/deployment-and-configuration.md b/Documentation/deployment-and-configuration.md index 2e6fd535c..fee67c518 100644 --- a/Documentation/deployment-and-configuration.md +++ b/Documentation/deployment-and-configuration.md @@ -103,6 +103,12 @@ Provide TLS configuration when SSL certificate authentication is enabled in etcd Default: "" +#### etcd_key_prefix + +Keyspace path for fleet data in etcd. + +Default: "/_coreos.com/fleet/" + #### public_ip IP address that should be published with the local Machine's state and any socket information.