Update ssh_into_kubelet.sh to use ctr tasks exec

PR #1299 moved "ctr exec" into "ctr tasks exec" so update the kubernetes project to reflect this.

Signed-off-by: Tim Potter <tpot@hpe.com>
This commit is contained in:
Tim Potter 2017-08-14 13:52:24 +10:00 committed by GitHub
parent e9582e53d9
commit 6f90d7a154

View File

@ -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