mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
Specifies root user in projects/kubernetes ssh_into_kubelet script
Signed-off-by: Jesse Adametz <jesseadametz@gmail.com>
This commit is contained in:
parent
65885ea9a0
commit
547e2dca95
@ -1,2 +1,2 @@
|
||||
#!/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
|
||||
|
Loading…
Reference in New Issue
Block a user