Merge pull request #1068 from jbeda/fix-e2e
Fix e2e tests w/ http prefix in kube client init
This commit is contained in:
commit
1319309174
@ -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