https://rancher.com/ logo
#k3s
Title
c

crooked-elephant-85769

08/09/2022, 5:49 PM
Hi all, running k3s / containerd in a payload cluster and need to exec a root shell inside an exisiting container. Unfortunately, no sudo or su available and so I'm looking for a way to start a shell process as user "root". "critcl exec -ti <id> sh" runs the shell successfully, albeit not as user root. No options like "-u 0" seem to be available. Any idea how to proceed? # k3s --version k3s version v1.22.10+k3s1 (b004f4d5) go version go1.16.10
4 Views