mirror of https://github.com/k3s-io/k3s
Fix e2d tests w/ http prefix in kube client init
parent
0766e7a411
commit
2ea2c55d16
|
@ -47,7 +47,7 @@ func main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
controllerManager := controller.NewReplicationManager(
|
controllerManager := controller.NewReplicationManager(
|
||||||
client.New(*master, nil))
|
client.New("http://"+*master, nil))
|
||||||
|
|
||||||
controllerManager.Run(10 * time.Second)
|
controllerManager.Run(10 * time.Second)
|
||||||
select {}
|
select {}
|
||||||
|
|
Loading…
Reference in New Issue