Add example format for initial-cluster.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair 2023-05-23 21:15:38 +12:00
parent 14f21a124e
commit b2ee9887d1
No known key found for this signature in database

View File

@ -57,7 +57,8 @@ discovery-proxy:
# DNS domain used to bootstrap initial cluster.
discovery-srv:
# Initial cluster configuration for bootstrapping.
# Comma separated string of initial cluster configuration for bootstrapping.
# Example: initial-cluster: "infra0=http://10.0.1.10:2380,infra1=http://10.0.1.11:2380,infra2=http://10.0.1.12:2380"
initial-cluster:
# Initial cluster token for the etcd cluster during bootstrap.