-
Notifications
You must be signed in to change notification settings - Fork 204
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
Try to understand the mode for tcpcr in 3.0.0 #658
Comments
@cxfcxf , |
thanks, i m also wondering if there is a plan to support more bind params in http/https handler? we try to split thread for http and https works, but it seems its not supported. |
so i sent a PR for the supporting thread pin on http https and healthz which can be helpful for people runnign it as external mode |
yes, ideally we end up with a frontend CRD completely, its in plans |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
https://github.com/haproxytech/kubernetes-ingress/blob/master/pkg/handler/tcp-cr.go#L139
in this code, it forces the frontend to have
mode tcp
but in the TCP CR doc here
it is said to allow mode http or tcp in CRD. i am confused here, is that http for something else or its just not implanted?
The text was updated successfully, but these errors were encountered: