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: 
   
![image](https://user-images.githubusercontent.com/25891550/147428704-8be0d77c-d749-43fb-80fe-7d34413867ff.png)
   
   Ingress Controller Error Logs (错误日志):
   无法找到对应的Service: 
   
![image](https://user-images.githubusercontent.com/25891550/147428622-5bc768de-dcdf-4264-8319-c4714bfa0ed4.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]


Reply via email to