Skip to content
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

supporting thread pin on http https and healthz frontend #661

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

cxfcxf
Copy link
Contributor

@cxfcxf cxfcxf commented Jul 9, 2024

We are currently using ingress controller as external mode, so it would be nice that we can control the thread pin on http/https/healthz for better performance.

The PR is adding those flag to support thread pin for ingress controller to set them on haproxy config.

i don't think its a necessary requirement in term of if the controller is running inside Kubernetes cluster, but it would be a great feature to provide for people running it as external mode.

@oktalz
Copy link
Member

oktalz commented Jul 15, 2024

hi @cxfcxf
thx for the PR

we will look at it.

in the mean time CI is complaining about commit message. in short

support thread pin on frontend/status

should in this case be

MINOR: support thread pin on frontend/status

pkg/utils/flags.go Outdated Show resolved Hide resolved
@cxfcxf cxfcxf force-pushed the support_thread_pin branch from be100db to d1d0df8 Compare July 15, 2024 14:56
@cxfcxf
Copy link
Contributor Author

cxfcxf commented Jul 15, 2024

hi @cxfcxf thx for the PR

we will look at it.

in the mean time CI is complaining about commit message. in short

support thread pin on frontend/status

should in this case be

MINOR: support thread pin on frontend/status

i did a reword on commit, so it should be fixed.

@oktalz
Copy link
Member

oktalz commented Jul 23, 2024

@cxfcxf

i did a reword on commit, so it should be fixed.
we now have two commits with same subject, and they should be squashed.

its best that you do that, however I can do that too (if no objections)

@cxfcxf cxfcxf force-pushed the support_thread_pin branch from d1d0df8 to cbd520a Compare July 23, 2024 21:03
@cxfcxf
Copy link
Contributor Author

cxfcxf commented Jul 23, 2024

@cxfcxf

i did a reword on commit, so it should be fixed.
we now have two commits with same subject, and they should be squashed.

its best that you do that, however I can do that too (if no objections)

ok i squash second commit.

@oktalz oktalz merged commit 5f1b949 into haproxytech:master Jul 30, 2024
7 checks passed
@oktalz
Copy link
Member

oktalz commented Jul 30, 2024

@cxfcxf thx!,

merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants