mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
Merge pull request #12168 from brendandburns/stdin2
Support Stdin and TTY in the kubelet
This commit is contained in:
@@ -593,6 +593,9 @@ func (dm *DockerManager) runContainer(
|
|||||||
CPUShares: cpuShares,
|
CPUShares: cpuShares,
|
||||||
WorkingDir: container.WorkingDir,
|
WorkingDir: container.WorkingDir,
|
||||||
Labels: labels,
|
Labels: labels,
|
||||||
|
// Interactive containers:
|
||||||
|
OpenStdin: container.Stdin,
|
||||||
|
Tty: container.TTY,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user