标签: root

2 篇文章

thumbnail
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…