kika-jiaxudong commented on issue #668:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/668#issuecomment-919960854


   > I had deploy ingress with 2 instances using the same configurations with 
you, now 2 days later, there is no restart.
   > 
![image](https://user-images.githubusercontent.com/4413028/132986060-269122e6-b6a1-4c9c-8f4b-bb4edf434adb.png)
   > 
   > Please give more information about your environment. For example, your 
route configuration with ApisixRoute resource.
   
   yes,when i just install apisix ingress controller with 2 replicas,it don't 
always reboot,
   
   but when i create apisixroute via kubectl,it begin to always rebooting,
   
   apisixroute like this:
   
   "
   apiVersion: apisix.apache.org/v2beta1
   kind: ApisixRoute
   metadata:
     name: backend-operation-platform
     namespace: backend-operation-platform-test
   spec:
     http:
     - backend:
         serviceName: backend-operation-platform
         servicePort: 8082
       match:
         hosts:
         - operation-dev.kele.com
         paths:
         - /v1*
         - /global*
    name: backend-operation-platform
       plugins:
       - config:
           whitelist:
           - 192.168.0.0/16
         enable: true
         name: ip-restriction
   "


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