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
005f8c49
Commit
005f8c49
authored
Jan 18, 2018
by
hangaoshuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some typos in comments
parent
ace0e7a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cpu_assignment.go
pkg/kubelet/cm/cpumanager/cpu_assignment.go
+1
-1
container_gc.go
pkg/kubelet/container/container_gc.go
+1
-1
No files found.
pkg/kubelet/cm/cpumanager/cpu_assignment.go
View file @
005f8c49
...
@@ -86,7 +86,7 @@ func (a *cpuAccumulator) freeCores() []int {
...
@@ -86,7 +86,7 @@ func (a *cpuAccumulator) freeCores() []int {
// Returns CPU IDs as a slice sorted by:
// Returns CPU IDs as a slice sorted by:
// - socket affinity with result
// - socket affinity with result
// - number of CPUs available on the same socket
t
// - number of CPUs available on the same socket
// - number of CPUs available on the same core
// - number of CPUs available on the same core
// - socket ID.
// - socket ID.
// - core ID.
// - core ID.
...
...
pkg/kubelet/container/container_gc.go
View file @
005f8c49
...
@@ -58,7 +58,7 @@ type realContainerGC struct {
...
@@ -58,7 +58,7 @@ type realContainerGC struct {
// Policy for garbage collection.
// Policy for garbage collection.
policy
ContainerGCPolicy
policy
ContainerGCPolicy
// sourcesReadyProvider provides the read
y
ness of kubelet configuration sources.
// sourcesReadyProvider provides the read
i
ness of kubelet configuration sources.
sourcesReadyProvider
SourcesReadyProvider
sourcesReadyProvider
SourcesReadyProvider
}
}
...
...
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