mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 17:02:00 +00:00
kubernetes: update ssh_into_kubelet.sh to use ctr
Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user