Upgrade etcd server version to 3.5.0-rc.0

This commit is contained in:
Marek Siarkowicz
2021-05-17 16:19:53 +02:00
parent 7696a48612
commit 12447bc803
9 changed files with 14 additions and 14 deletions

View File

@@ -120,8 +120,8 @@ func RunCustomEtcd(dataDir string, customFlags []string) (url string, stopFn fun
customURL,
"--listen-peer-urls",
"http://127.0.0.1:0",
"--log-package-levels",
"*=NOTICE", // set to INFO or DEBUG for more logs
"-log-level",
"warn", // set to info or debug for more logs
}
args = append(args, customFlags...)
cmd := exec.CommandContext(ctx, etcdPath, args...)