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
c01c7023
Commit
c01c7023
authored
Jan 10, 2017
by
Marc-Antoine Ross
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 2 `sucessfully` typos
parent
e3e101fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
leaderelection.go
pkg/client/leaderelection/leaderelection.go
+1
-1
kubelet_node_status.go
pkg/kubelet/kubelet_node_status.go
+1
-1
No files found.
pkg/client/leaderelection/leaderelection.go
View file @
c01c7023
...
...
@@ -186,7 +186,7 @@ func (le *LeaderElector) acquire() {
return
}
le
.
config
.
Lock
.
RecordEvent
(
"became leader"
)
glog
.
Infof
(
"sucessfully acquired lease %v"
,
desc
)
glog
.
Infof
(
"suc
c
essfully acquired lease %v"
,
desc
)
close
(
stop
)
},
le
.
config
.
RetryPeriod
,
JitterFactor
,
true
,
stop
)
}
...
...
pkg/kubelet/kubelet_node_status.go
View file @
c01c7023
...
...
@@ -368,7 +368,7 @@ func (kl *Kubelet) tryUpdateNodeStatus(tryNumber int) error {
if
err
!=
nil
{
return
err
}
// If update finishes sucessfully, mark the volumeInUse as reportedInUse to indicate
// If update finishes suc
c
essfully, mark the volumeInUse as reportedInUse to indicate
// those volumes are already updated in the node's status
kl
.
volumeManager
.
MarkVolumesAsReportedInUse
(
updatedNode
.
Status
.
VolumesInUse
)
return
nil
...
...
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