lxm opened a new issue #420:
URL: https://github.com/apache/apisix-ingress-controller/issues/420


   ### Issue description
   
   Due to most people started to get in touch with Kubernetes ingress is using 
`nginx ingress controller`, so it is likely to use a lot of nginx ingress's 
annotations. It's a good idea to add some example about migrating from nginx 
ingress controller. Such as 
   
   ```
       nginx.ingress.kubernetes.io/configuration-snippet: |
         rewrite ^/api/(.*) /$1 break;
   ```
   
   ```
   nginx.ingress.kubernetes.io/proxy-body-size
   ```
   
   
   and so on.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to