-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request help: healthcheck plugin can support passive checks alone ? #4959
Comments
I think active health checks can do this |
When there are many endpoint nodes, such as between 300 and 500. And when the number of k8s services is relatively large, active check will have higher CPU consumption. |
not supported yet. but I think it's a very useful feature, my initial ideas are as below:
can you send an email to discuss this at dev@apisix.apache.org ? |
This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks 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 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. |
Issue description
healthcheck plugin can support passive checks alone? like nginx upstream processing method. After exceeding the set failure threshold(max_fails), the node is removed, after a period of time, try again.
relate issue: apache/apisix-ingress-controller#632
Environment
apisix version
):uname -a
):nginx -V
oropenresty -V
):curl http://127.0.0.1:9090/v1/server_info
to get the info from server-info API):luarocks --version
):The text was updated successfully, but these errors were encountered: