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
3a1c329b
Commit
3a1c329b
authored
Nov 01, 2016
by
Kubernetes Submit Queue
Committed by
GitHub
Nov 01, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #35980 from yujuhong/rm_log
Automatic merge from submit-queue Remove an unnecessary log line in kubelet
parents
37122c26
2a4f2cd5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
docker_manager.go
pkg/kubelet/dockertools/docker_manager.go
+0
-1
No files found.
pkg/kubelet/dockertools/docker_manager.go
View file @
3a1c329b
...
@@ -766,7 +766,6 @@ func (dm *DockerManager) runContainer(
...
@@ -766,7 +766,6 @@ func (dm *DockerManager) runContainer(
if
len
(
securityOpts
)
>
0
{
if
len
(
securityOpts
)
>
0
{
var
msgs
[]
string
var
msgs
[]
string
for
_
,
opt
:=
range
securityOpts
{
for
_
,
opt
:=
range
securityOpts
{
glog
.
Errorf
(
"Logging security options: %+v"
,
opt
)
msg
:=
opt
.
msg
msg
:=
opt
.
msg
if
msg
==
""
{
if
msg
==
""
{
msg
=
opt
.
value
msg
=
opt
.
value
...
...
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