mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Merge pull request #18782 from pwittrock/etcd2
Auto commit by PR queue bot
This commit is contained in:
commit
7eed10a804
@ -128,7 +128,7 @@ func runTests(fullhost string) ([]byte, error) {
|
|||||||
ah, err := c.RunAndWaitTillHealthy(
|
ah, err := c.RunAndWaitTillHealthy(
|
||||||
true, true, "8080", healthyTimeoutDuration, "healthz", apiBin, "--service-cluster-ip-range",
|
true, true, "8080", healthyTimeoutDuration, "healthz", apiBin, "--service-cluster-ip-range",
|
||||||
"10.0.0.1/24", "--insecure-bind-address", "0.0.0.0", "--etcd-servers", "http://127.0.0.1:4001",
|
"10.0.0.1/24", "--insecure-bind-address", "0.0.0.0", "--etcd-servers", "http://127.0.0.1:4001",
|
||||||
"--cluster-name", "kubernetes", "--v", "2", "--kubelet-port", "10250")
|
"--v", "2", "--kubelet-port", "10250")
|
||||||
defer func() { ah.TearDown() }()
|
defer func() { ah.TearDown() }()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("Host %s failed to run command %v", host, err)
|
return nil, fmt.Errorf("Host %s failed to run command %v", host, err)
|
||||||
|
Loading…
Reference in New Issue
Block a user