https://rancher.com/ logo
Title
b

boundless-eye-27124

12/20/2022, 10:52 PM
How can modify my root folder from the jenkins users, all the sudoers permissions are set, but rke pod is not allowing to write anything to the root directory
workspace]$ touch /opt/test
touch: cannot touch '/opt/test': Permission denied
c

creamy-pencil-82913

12/21/2022, 12:17 AM
that sounds like a problem with the image… the process is not running as root
you could run an initcontainer to change the permissions, or change the runas user in the pod spec