Browse Source

Merge pull request #9252 from hexfusion/fx_help

etcdmain: add discovery-srv-name
Gyuho Lee 8 năm trước cách đây
mục cha
commit
1b2d470b24
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      etcdmain/help.go

+ 2 - 0
etcdmain/help.go

@@ -100,6 +100,8 @@ clustering flags:
 		HTTP proxy to use for traffic to discovery service.
 		HTTP proxy to use for traffic to discovery service.
 	--discovery-srv ''
 	--discovery-srv ''
 		dns srv domain used to bootstrap the cluster.
 		dns srv domain used to bootstrap the cluster.
+	--discovery-srv-name ''
+		suffix to the dns srv name queried when bootstrapping.
 	--strict-reconfig-check '` + strconv.FormatBool(embed.DefaultStrictReconfigCheck) + `'
 	--strict-reconfig-check '` + strconv.FormatBool(embed.DefaultStrictReconfigCheck) + `'
 		reject reconfiguration requests that would cause quorum loss.
 		reject reconfiguration requests that would cause quorum loss.
 	--auto-compaction-retention '0'
 	--auto-compaction-retention '0'