Specifies root user in projects/kubernetes ssh_into_kubelet script

Signed-off-by: Jesse Adametz <jesseadametz@gmail.com>
This commit is contained in:
Jesse Adametz 2017-05-12 15:17:26 -07:00
parent 65885ea9a0
commit 547e2dca95

View File

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