mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-02 21:50:39 -05:00
Fix e2d tests w/ http prefix in kube client init
This commit is contained in:
parent
0766e7a411
commit
2ea2c55d16
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue