Exec commands on kubernetes pods with root access

from--https://stackoverflow.com/questions/42793382/exec-commands-on-kubernetes-pods-with-root-access Ask Question Asked 6 years, 5 months ago Modified 1 month ago Viewed 262k times 131 I have one pod running with name 'jenkins-app-2843651954-4zqdp'. I want to install few softwares temporarily on this pod. How can I do this? I am trying this- kubectl exec -it jenkins…
Starting container process caused “exec: \\”tail -f /dev/null\\”: stat tail -f /dev/null: no such file or directory
from--https://stackoverflow.com/questions/51398251/starting-container-process-caused-exec-tail-f-dev-null-stat-tail-f Ask Question Asked 5 years, 1 month ago Modified 1 year, 6 months ago Viewed 2k times 2 Because I am trying to keep a container running I specified the "tail -f /dev/null" as command in the docker compose file: version: '2' services: serviceName: . .…