Upgrade etcd server version to 3.5.0-rc.0
This commit is contained in:
@@ -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...)
|
||||
|
Reference in New Issue
Block a user