You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "Brhetty (via GitHub)" <gi...@apache.org> on 2023/03/06 09:18:30 UTC

[GitHub] [apisix-ingress-controller] Brhetty opened a new issue, #1712: request help:

Brhetty opened a new issue, #1712:
URL: https://github.com/apache/apisix-ingress-controller/issues/1712

   ### Issue description
   
   How configuration upstream timeout when use kubernetes ingress resource 
   
   ### Environment
   
   - your apisix-ingress-controller version (output of apisix-ingress-controller version --long):
   - your Kubernetes cluster version (output of kubectl version):
   - if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a):
   


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

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


[GitHub] [apisix-ingress-controller] ps-19 commented on issue #1712: request help: How configuration upstream timeout when use kubernetes ingress resource

Posted by "ps-19 (via GitHub)" <gi...@apache.org>.
ps-19 commented on issue #1712:
URL: https://github.com/apache/apisix-ingress-controller/issues/1712#issuecomment-1489801373

   It's `timeout` or `upstreamTimeout`, I am little confused. Please read docs once.


-- 
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] sober-wang commented on issue #1712: request help: How configuration upstream timeout when use kubernetes ingress resource

Posted by "sober-wang (via GitHub)" <gi...@apache.org>.
sober-wang commented on issue #1712:
URL: https://github.com/apache/apisix-ingress-controller/issues/1712#issuecomment-1463080925

   say [apisix_ingress_docs_health chek](https://apisix.apache.org/docs/ingress-controller/concepts/apisix_upstream/#health-check)
   
   


-- 
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] ps-19 commented on issue #1712: request help: How configuration upstream timeout when use kubernetes ingress resource

Posted by "ps-19 (via GitHub)" <gi...@apache.org>.
ps-19 commented on issue #1712:
URL: https://github.com/apache/apisix-ingress-controller/issues/1712#issuecomment-1489798798

   For configuring upstream timeout when use kubernetes ingress resource, you can use the timeout field in the ApisixUpstream resource. 
   
   ```
   apiVersion: VERSION
   kind: ApisixUpstream
   metadata:
     name: httpbin
   spec:
     timeout:
       connect: 1s // connection timeout
       read: 1s   // read timeout
   ```
   
   Other method:
   
   `healthCheck` field to configure active health check for your upstream service.
   
   ```
   apiVersion: 
   kind: ApisixUpstream
   metadata:
     name: httpbin
   spec:
     timeout:
       connect: `s
       read: 1s
     healthCheck:
       active: true
       port: PORT
       interval: 1s
       timeout: 1s
   
   ```


-- 
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] github-actions[bot] closed issue #1712: request help: How configuration upstream timeout when use kubernetes ingress resource

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #1712: request help: How configuration upstream timeout when use kubernetes ingress resource
URL: https://github.com/apache/apisix-ingress-controller/issues/1712


-- 
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] github-actions[bot] commented on issue #1712: request help: How configuration upstream timeout when use kubernetes ingress resource

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #1712:
URL: https://github.com/apache/apisix-ingress-controller/issues/1712#issuecomment-1656989991

   This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.


-- 
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] github-actions[bot] commented on issue #1712: request help: How configuration upstream timeout when use kubernetes ingress resource

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #1712:
URL: https://github.com/apache/apisix-ingress-controller/issues/1712#issuecomment-1612304780

   This issue has been marked as stale due to 90 days of inactivity. It will be closed in 30 days if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


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