This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 300
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Use haproxy's new master worker, remove old iptables / sleep / lock hacks. *‼️ BREAKING CHANGE: you _must_ remove "daemon" form your custom HAPROXY_HEAD templates.
Can one of the admins verify this patch? |
Closed
@vixns Aside from the lack of testing and HAPROXY_HEAD configurations, any reasons why you would consider this incomplete (WIP)? Based on my rough testing, it looks like it works. Thinking about cutting a beta build. |
haproxy 1.8 is still young and buggy with h2, we should wait for a few more minor versions. I'm still using it only on testing environments. |
FYI @vixns I'm merging this to a new branch. Gonna add some quick handling of the |
drewkerrigan
pushed a commit
that referenced
this pull request
Apr 4, 2018
* Upgrade to haproxy 1.8.1 * Use haproxy's new master worker, remove old iptables / sleep / lock hacks. *‼️ BREAKING CHANGE: you _must_ remove "daemon" form your custom HAPROXY_HEAD templates. * upgrade libssl to version 1.1 * bump to haproxy 1.8.2 * use the default gpg keyserver
drewkerrigan
pushed a commit
that referenced
this pull request
Apr 12, 2018
* Upgrade to haproxy 1.8.1 * Use haproxy's new master worker, remove old iptables / sleep / lock hacks. *‼️ BREAKING CHANGE: you _must_ remove "daemon" form your custom HAPROXY_HEAD templates. * upgrade libssl to version 1.1 * bump to haproxy 1.8.2 * use the default gpg keyserver
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use haproxy's new master worker, remove old iptables / sleep / lock hacks.
Require testing and a maybe way to auto fix custom HAPROXY_HEAD templates before merging.