Exec commands on kubernetes pods with root access
adb以root权限登录,并修改system为读写权限
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…
adb root // adb以root权限登录安卓开发板 adb shell mount -rw -o remount /system // 以读写权限重新挂载system