Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
236683fe
Commit
236683fe
authored
Jan 04, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18357 from gmarek/expose-master-components
Auto commit by PR queue bot
parents
af9834ea
a4202cbe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
controllermanager.go
cmd/kube-controller-manager/app/controllermanager.go
+1
-1
kube-controller-manager.md
docs/admin/kube-controller-manager.md
+1
-1
No files found.
cmd/kube-controller-manager/app/controllermanager.go
View file @
236683fe
...
...
@@ -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
,
...
...
docs/admin/kube-controller-manager.md
View file @
236683fe
...
...
@@ -55,7 +55,7 @@ kube-controller-manager
### 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.
--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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment