mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +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(
|
||||
client.New(*master, nil))
|
||||
client.New("http://"+*master, nil))
|
||||
|
||||
controllerManager.Run(10 * time.Second)
|
||||
select {}
|
||||
|
Loading…
Reference in New Issue
Block a user