We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adc373 commit ec09fdbCopy full SHA for ec09fdb
e2e/cluster_test.go
@@ -59,7 +59,7 @@ func (c *elasticEtcdProcessConfig) etcdProcessConfig() (*etcdProcessConfig, erro
59
// run elastic-etcd
60
args := []string{
61
"elastic-etcd",
62
- "-discovery-url=" + c.discoveryURL,
+ "-discovery=" + c.discoveryURL,
63
"-o=flags",
64
"--initial-advertise-peer-urls", peerURL,
65
fmt.Sprintf("-name=%d", c.num),
0 commit comments