mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Fix e2d tests w/ http prefix in kube client init
This commit is contained in:
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
Block a user