You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/13 02:25:11 UTC

[GitHub] [apisix-ingress-controller] chzhuo opened a new issue #580: request help: Is ApisixRoute/v2 will adding healthcheck to the ApisixRouteHTTP?

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


   ### Issue description
   There is no way to set healthcheck or retry in `ApisixRoute/v2Alpha1`,  if wanna do this must adding some ApisixUpstream/v1 config.  
   So `ApisixRoute/v2` will support setting upstream just in `ApisixRoute`
   
   
   ### Environment
   apisix-ingress-controller: v1.0.0
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] gxthrj commented on issue #580: request help: Is ApisixRoute/v2 will adding healthcheck to the ApisixRouteHTTP?

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #580:
URL: https://github.com/apache/apisix-ingress-controller/issues/580#issuecomment-878731992


   If writing `healthcheck` in ApisixRoute, it will make the configuration of ApisixRoute particularly bloated. And, `healthcheck` has nothing to do with routing, so it is placed separately in ApisixUpstream as a supplement. A similar design also has a load balancing strategy under upstream.
   
   Wait to see other people's thoughts.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org