FlonFl commented on issue #813:
URL:
https://github.com/apache/apisix-ingress-controller/issues/813#issuecomment-1001303144
> Are there any error logs?
Please look my error log (请查看我的错误日志):
My ExtenalName Service(SVC配置):
```
apiVersion: v1
kind: Service
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"name":"extsvc","namespace":"default"},"spec":{"externalName":"nginx-file.default.svc.cluster.local","type":"ExternalName"}}
creationTimestamp: "2021-12-25T14:37:11Z"
name: extsvc
namespace: default
resourceVersion: "137980"
uid: 853e0bcd-0c4d-4c0c-8686-80a7531afff4
spec:
externalName: nginx-file.default.svc.cluster.local
internalTrafficPolicy: Cluster
sessionAffinity: None
type: ExternalName
status:
loadBalancer: {}
```
Image:

Ingress Controller Error Logs (错误日志):
无法找到对应的Service:

--
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]