I need to run visudo -c -f command from openshift pod terminal but when I run the command it says visudo command not found anyone here knows how to run those command without any issues. Do I need to install or configure any specific package with in the cluster?
TIA
2
Answers
I think in openshift you do not have access directly to the platform. You might need to change is using RBAC
The pod is running what image?
Obviously "visudo" is not par of the binary image you are using…
Try to start a pod with an image where visudo is installed
Nothing to do with OpenShift