How to make a Kubernetes debug pod that is actually root

from blog Xe Iaso's blog, | ↗ original
tl;dr: --profile=sysadmin Let's say you have a k8s cluster but running on a distro without SSH and god is dead requiring you to interactively debug the machine with a shell session. Wonder why you'd want to do that. kubectl debug node/whatever lets you get a pod that is kinda root, but you end up getting permissions issues when...