不进入pod,直接通过shell在pod里执行命令
时间:2020-06-05 18:02:42
收藏:0
阅读:166
转载:https://blog.csdn.net/drift_away/article/details/82996447
kubectl exec -it <podName> -c <containerName> -n <namespace> -- shell comand

原文:https://www.cnblogs.com/to-here/p/13050760.html
评论(0)