006kubectl实用参数总结

一、打印先前退出容器

# -p, --previous=false: If true, print the logs for the previous instance of the container in a pod if it exists.
# -p参数应用场景为 --> 可以打印一个pods里容器重启多次,查看上次为啥失败容器的详细日志 kubectl --kubeconfig ~/.kube/config_prod -n prod logs -f -p xxx-777b5c6967-4j6vg

二、

 

posted @ 2022-11-02 23:04  arun_yh  阅读(47)  评论(0编辑  收藏  举报