Commit 236683fe authored by k8s-merge-robot's avatar k8s-merge-robot

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

Auto commit by PR queue bot
parents af9834ea a4202cbe
...@@ -112,7 +112,7 @@ type CMServer struct { ...@@ -112,7 +112,7 @@ type CMServer struct {
func NewCMServer() *CMServer { func NewCMServer() *CMServer {
s := CMServer{ s := CMServer{
Port: ports.ControllerManagerPort, Port: ports.ControllerManagerPort,
Address: net.ParseIP("127.0.0.1"), Address: net.ParseIP("0.0.0.0"),
ConcurrentEndpointSyncs: 5, ConcurrentEndpointSyncs: 5,
ConcurrentRCSyncs: 5, ConcurrentRCSyncs: 5,
ConcurrentDSCSyncs: 2, ConcurrentDSCSyncs: 2,
......
...@@ -55,7 +55,7 @@ kube-controller-manager ...@@ -55,7 +55,7 @@ kube-controller-manager
### Options ### Options
``` ```
--address=127.0.0.1: The IP address to serve on (set to 0.0.0.0 for all interfaces) --address=0.0.0.0: The IP address to serve on (set to 0.0.0.0 for all interfaces)
--allocate-node-cidrs[=false]: Should CIDRs for Pods be allocated and set on the cloud provider. --allocate-node-cidrs[=false]: Should CIDRs for Pods be allocated and set on the cloud provider.
--cloud-config="": The path to the cloud provider configuration file. Empty string for no configuration file. --cloud-config="": The path to the cloud provider configuration file. Empty string for no configuration file.
--cloud-provider="": The provider for cloud services. Empty string for no provider. --cloud-provider="": The provider for cloud services. Empty string for no provider.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment