mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #5287 from ncdc/master
Remove debugging log message from ExecInContainer
This commit is contained in:
commit
88e0b04916
@ -221,7 +221,6 @@ func (d *dockerContainerCommandRunner) ExecInContainer(containerId string, cmd [
|
||||
args = append(args, fmt.Sprintf("HOSTNAME=%s", container.Config.Hostname))
|
||||
args = append(args, container.Config.Env...)
|
||||
args = append(args, cmd...)
|
||||
glog.Infof("ARGS %#v", args)
|
||||
command := exec.Command("nsenter", args...)
|
||||
// TODO use exec.LookPath
|
||||
if tty {
|
||||
|
Loading…
Reference in New Issue
Block a user