kubernetes: update ssh_into_kubelet.sh to use ctr

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell 2017-07-18 15:51:13 +01:00
parent 096aec0a19
commit 09609bc6ce

View File

@ -1,2 +1,2 @@
#!/bin/bash -eux
./ssh.sh -t root@"$1" nsenter --mount --target 1 runc exec --tty kubelet ash -l
./ssh.sh -t root@"$1" ctr exec --tty --exec-id ssh kubelet ash -l