mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 17:32:26 +00:00
Merge pull request #1818 from jadametz/fix-1817
Specifies root user in projects/kubernetes ssh_into_kubelet script
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user