kika-jiaxudong commented on issue #668: URL: https://github.com/apache/apisix-ingress-controller/issues/668#issuecomment-920673338
> logs like "service xxx not found" are harmless, they were logged when endpoints with the same name were changed but the service was not found. > > ``` > E0915 20:10:27.750659 1 reflector.go:138] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to watch *v1.Ingress: failed to list *v1.Ingress: the server could not find the requested resource > ``` > > is also not a fatal one. Have you ever investigate the pod status is `Error` or `CrashLoopBackoff`? wow,I find the real error like that: <img width="1436" alt="image" src="https://user-images.githubusercontent.com/83063375/133571531-3a05c5f2-b00c-47e3-b99b-7e109cd8666c.png"> 是它导致了apisix-ingress-controller主节点一直重启,我的apisixroute的yaml文件是这样的,请帮我检查下有什么问题,很奇怪,为什么通过apisix的流量好像是没有问题的,但是在apisix-ingress-controller里日志尽然显示不支持这样的资源? <img width="438" alt="image" src="https://user-images.githubusercontent.com/83063375/133572694-2cc46c29-8b4f-47b9-8200-5c215c904c3f.png"> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
