mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
kubernetes: update ssh_into_kubelet.sh to use ctr
Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
096aec0a19
commit
09609bc6ce
@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash -eux
|
#!/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
|
||||||
|
Loading…
Reference in New Issue
Block a user