mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
Add support for interactive contaienrs to the kubelet
This commit is contained in:
@@ -593,6 +593,9 @@ func (dm *DockerManager) runContainer(
|
||||
CPUShares: cpuShares,
|
||||
WorkingDir: container.WorkingDir,
|
||||
Labels: labels,
|
||||
// Interactive containers:
|
||||
OpenStdin: container.Stdin,
|
||||
Tty: container.TTY,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user