mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +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