Update log-collection.md (#58)

This commit is contained in:
ethfoo 2022-06-07 19:32:23 +08:00 committed by GitHub
parent 92495be084
commit 4dfef38214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ kubectl -n ${namespace} describe lgc ${name}
kubectl -n ${namespace} get po -owide -l ${labels}
```
比如`kubectl -n ns1 get po -owide -l app=tomcat,service=web`
来判断一下是否有匹配的Pod如果没有匹配则无类似sync success的events
来判断一下是否有匹配的Pod。
如果没有类似sync success的events可根据events同时结合Loggie日志排查问题