mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
Merge pull request #2404 from tpot/tpot-patch-2
Update ssh_into_kubelet.sh to use ctr tasks exec
This commit is contained in:
commit
48ab78005e
@ -15,4 +15,4 @@ case $(uname -s) in
|
||||
ijc25/alpine-ssh"
|
||||
;;
|
||||
esac
|
||||
$ssh $sshopts -t root@"$1" ctr exec --tty --exec-id ssh kubelet ash -l
|
||||
$ssh $sshopts -t root@"$1" ctr tasks exec --tty --exec-id ssh kubelet ash -l
|
||||
|
Loading…
Reference in New Issue
Block a user