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
cc4d38c7
Commit
cc4d38c7
authored
Nov 14, 2018
by
AdamDang
Committed by
k8s-ci-robot
Nov 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fix: healtcheck->healthcheck (#65394)
Typo fix: healtcheck->healthcheck Typo fix: healtcheck->healthcheck
parent
90295640
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
proxier.go
pkg/proxy/iptables/proxier.go
+1
-1
proxier.go
pkg/proxy/ipvs/proxier.go
+1
-1
proxier.go
pkg/proxy/winkernel/proxier.go
+1
-1
No files found.
pkg/proxy/iptables/proxier.go
View file @
cc4d38c7
...
...
@@ -1356,7 +1356,7 @@ func (proxier *Proxier) syncProxyRules() {
// not "OnlyLocal", but the services list will not, and the healthChecker
// will just drop those endpoints.
if
err
:=
proxier
.
healthChecker
.
SyncServices
(
serviceUpdateResult
.
HCServiceNodePorts
);
err
!=
nil
{
klog
.
Errorf
(
"Error syncing healtcheck services: %v"
,
err
)
klog
.
Errorf
(
"Error syncing healt
h
check services: %v"
,
err
)
}
if
err
:=
proxier
.
healthChecker
.
SyncEndpoints
(
endpointUpdateResult
.
HCEndpointsLocalIPSize
);
err
!=
nil
{
klog
.
Errorf
(
"Error syncing healthcheck endpoints: %v"
,
err
)
...
...
pkg/proxy/ipvs/proxier.go
View file @
cc4d38c7
...
...
@@ -1210,7 +1210,7 @@ func (proxier *Proxier) syncProxyRules() {
// not "OnlyLocal", but the services list will not, and the healthChecker
// will just drop those endpoints.
if
err
:=
proxier
.
healthChecker
.
SyncServices
(
serviceUpdateResult
.
HCServiceNodePorts
);
err
!=
nil
{
klog
.
Errorf
(
"Error syncing healtcheck services: %v"
,
err
)
klog
.
Errorf
(
"Error syncing healt
h
check services: %v"
,
err
)
}
if
err
:=
proxier
.
healthChecker
.
SyncEndpoints
(
endpointUpdateResult
.
HCEndpointsLocalIPSize
);
err
!=
nil
{
klog
.
Errorf
(
"Error syncing healthcheck endpoints: %v"
,
err
)
...
...
pkg/proxy/winkernel/proxier.go
View file @
cc4d38c7
...
...
@@ -1129,7 +1129,7 @@ func (proxier *Proxier) syncProxyRules() {
// not "OnlyLocal", but the services list will not, and the healthChecker
// will just drop those endpoints.
if
err
:=
proxier
.
healthChecker
.
SyncServices
(
serviceUpdateResult
.
hcServices
);
err
!=
nil
{
klog
.
Errorf
(
"Error syncing healtcheck services: %v"
,
err
)
klog
.
Errorf
(
"Error syncing healt
h
check services: %v"
,
err
)
}
if
err
:=
proxier
.
healthChecker
.
SyncEndpoints
(
endpointUpdateResult
.
hcEndpoints
);
err
!=
nil
{
klog
.
Errorf
(
"Error syncing healthcheck endpoints: %v"
,
err
)
...
...
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