添加 'CloudNative/Kubernetes/Base/查看pod崩溃前日志.md'

This commit is contained in:
iProbe 2023-05-30 21:53:07 +08:00
parent a23333f67c
commit 73e0106ee1

View file

@ -0,0 +1,3 @@
```shell
kubectl logs -f podname --previous
```