Skip to content

Modify the iptables.go to fix some bugs#197

Open
veryflying wants to merge 1 commit into
ehazlett:masterfrom
veryflying:patch-1
Open

Modify the iptables.go to fix some bugs#197
veryflying wants to merge 1 commit into
ehazlett:masterfrom
veryflying:patch-1

Conversation

@veryflying

Copy link
Copy Markdown

The parameter in line 73, if err := p.configIPTables(false); err != nil { should be if err := p.configIPTables(true); err != nil {

The parameter in line 73, `if err := p.configIPTables(false); err != nil {` should be `if err := p.configIPTables(true); err != nil {`
@Revolution1

Copy link
Copy Markdown

LGTM

But use qdisc to solve the Haproxy reload problem could be better

ref: https://engineeringblog.yelp.com/2015/04/true-zero-downtime-haproxy-reloads.html

ehazlett pushed a commit that referenced this pull request Aug 16, 2019
nginx: Add test for canary deployment
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