Merge pull request #18357 from gmarek/expose-master-components

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-01-04 14:32:17 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ type CMServer struct {
func NewCMServer() *CMServer {
s := CMServer{
Port: ports.ControllerManagerPort,
Address: net.ParseIP("127.0.0.1"),
Address: net.ParseIP("0.0.0.0"),
ConcurrentEndpointSyncs: 5,
ConcurrentRCSyncs: 5,
ConcurrentDSCSyncs: 2,