sober-wang opened a new issue #649:
URL: https://github.com/apache/apisix-ingress-controller/issues/649


   ### Issue description
   ```
   E0824 17:23:23.970756       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
   ```
   
   ### Environment
   - my apisix version: 2.7
   - my apisix-ingress-controller: apisix-ingress-controller version 
0.5.0-43e4d11-go1.13.8
   - my kubernetes version: 1.18.2 
   
   kubernetes  yaml  file 
   ```yaml
   apiVersion: networking.k8s.io/v1beta1
   kind: Ingress
   metadata:
     name: myhttp-ingress
     annotations:
       kubernetes.io/ingress.class: apisix
   spec:
     rules:
     - host: myhttp.test.io
       http:
         paths:
         - backend:
             serviceName: myhttp-svc
             servicePort: 9527
           path: /myhttp
   
   ```
   


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