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
5a01a760
Commit
5a01a760
authored
Sep 08, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13669 from aveshagarwal/proxy-birthcry-fix
Auto commit by PR queue bot
parents
0f1525ce
599100dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
server.go
cmd/kube-proxy/app/server.go
+3
-3
No files found.
cmd/kube-proxy/app/server.go
View file @
5a01a760
...
...
@@ -159,9 +159,6 @@ func (s *ProxyServer) Run(_ []string) error {
Namespace
:
""
,
}
// Birth Cry
s
.
birthCry
()
serviceConfig
:=
config
.
NewServiceConfig
()
endpointsConfig
:=
config
.
NewEndpointsConfig
()
...
...
@@ -208,6 +205,9 @@ func (s *ProxyServer) Run(_ []string) error {
iptables
.
CleanupLeftovers
(
ipt
)
}
// Birth Cry after the birth is successful
s
.
birthCry
()
// Wire proxier to handle changes to services
serviceConfig
.
RegisterHandler
(
proxier
)
// And wire endpointsHandler to handle changes to endpoints to services
...
...
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