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
8da0d836
Commit
8da0d836
authored
Oct 24, 2017
by
yanxuean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a typo in dockershim.cm.containerManager.doWork
Signed-off-by:
yanxuean
<
yan.xuean@zte.com.cn
>
parent
de75c09d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
container_manager_linux.go
pkg/kubelet/dockershim/cm/container_manager_linux.go
+1
-1
No files found.
pkg/kubelet/dockershim/cm/container_manager_linux.go
View file @
8da0d836
...
...
@@ -91,7 +91,7 @@ func (m *containerManager) doWork() {
glog
.
Errorf
(
"Unable to parse docker version %q: %v"
,
v
.
APIVersion
,
err
)
return
}
// EnsureDockerInCon
at
iner does two things.
// EnsureDockerInCon
ta
iner does two things.
// 1. Ensure processes run in the cgroups if m.cgroupsManager is not nil.
// 2. Ensure processes have the OOM score applied.
if
err
:=
kubecm
.
EnsureDockerInContainer
(
version
,
dockerOOMScoreAdj
,
m
.
cgroupsManager
);
err
!=
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