Is there a way to run a privileged pod that I can use to install RPMs and packages on the host where the pod is running?
Thanks!
If I just run privileged pod, exec into it and would try to run the command:
rpm -i <package.rpm>
I would install that RPM in the pod itself, not on the physical machine.