|
@@ -22,11 +22,11 @@ To start etcd automatically using custom settings at startup in Linux, using a [
|
|
|
+ Number of committed transactions to trigger a snapshot to disk.
|
|
+ Number of committed transactions to trigger a snapshot to disk.
|
|
|
+ default: "10000"
|
|
+ default: "10000"
|
|
|
|
|
|
|
|
-##### heartbeat-interval
|
|
|
|
|
|
|
+##### -heartbeat-interval
|
|
|
+ Time (in milliseconds) of a heartbeat interval.
|
|
+ Time (in milliseconds) of a heartbeat interval.
|
|
|
+ default: "100"
|
|
+ default: "100"
|
|
|
|
|
|
|
|
-##### election-timeout
|
|
|
|
|
|
|
+##### -election-timeout
|
|
|
+ Time (in milliseconds) for an election to timeout.
|
|
+ Time (in milliseconds) for an election to timeout.
|
|
|
+ default: "1000"
|
|
+ default: "1000"
|
|
|
|
|
|
|
@@ -67,15 +67,15 @@ To start etcd automatically using custom settings at startup in Linux, using a [
|
|
|
+ Initial cluster configuration for bootstrapping.
|
|
+ Initial cluster configuration for bootstrapping.
|
|
|
+ default: "default=http://localhost:2380,default=http://localhost:7001"
|
|
+ default: "default=http://localhost:2380,default=http://localhost:7001"
|
|
|
|
|
|
|
|
-##### initial-cluster-state
|
|
|
|
|
|
|
+##### -initial-cluster-state
|
|
|
+ Initial cluster state ("new" or "existing").
|
|
+ Initial cluster state ("new" or "existing").
|
|
|
+ default: "new"
|
|
+ default: "new"
|
|
|
|
|
|
|
|
-##### initial-cluster-token
|
|
|
|
|
|
|
+##### -initial-cluster-token
|
|
|
+ Initial cluster token for the etcd cluster during bootstrap.
|
|
+ Initial cluster token for the etcd cluster during bootstrap.
|
|
|
+ default: "etcd-cluster"
|
|
+ default: "etcd-cluster"
|
|
|
|
|
|
|
|
-##### advertise-client-urls
|
|
|
|
|
|
|
+##### -advertise-client-urls
|
|
|
+ List of this member's client URLs to advertise to the rest of the cluster.
|
|
+ List of this member's client URLs to advertise to the rest of the cluster.
|
|
|
+ default: "http://localhost:2379,http://localhost:4001"
|
|
+ default: "http://localhost:2379,http://localhost:4001"
|
|
|
|
|
|