-
Notifications
You must be signed in to change notification settings - Fork 424
[19.03] roll-back libnetwork iptables forward policy change [DESKTOP-1934] #398
[19.03] roll-back libnetwork iptables forward policy change [DESKTOP-1934] #398
Conversation
6fa036b
to
084a4e2
Compare
The patch made in moby/libnetwork#2450 caused a breaking change in the networking behaviour, causing Kubernetes installations on Docker Desktop (and possibly other setups) to fail. Rolling back this change in the 19.03 branch while we investigate if there are alternatives. diff: moby/libnetwork@45c7102...96bcc0d Signed-off-by: Sebastiaan van Stijn <[email protected]>
084a4e2
to
fb0fca8
Compare
ping @justincormack @silvin-lubecki @euanh @andrewhsu PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM on green
Lgtm
…On Mon, 7 Oct 2019 at 10:10, Arko Dasgupta ***@***.***> wrote:
***@***.**** approved this pull request.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#398>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADVYPDF2RSTMOT2V7A5OKTQNNURNANCNFSM4I6GVYPQ>
.
|
Hmm...just one test failure:
|
kicked CI, but if we think it's ok, we can merge |
Why did this one fail
|
Daemon logs of the daemon for that test: |
But.. now DCO check fails? https://ci.docker.com/public/blue/organizations/jenkins/engine/detail/PR-398/5/pipeline |
ah, that's probably because it's diffing the wrong diff 😞 need to backport moby#40035 for that |
I created an escape hatch for that; let me rebuild with the "skip dco" option set |
It's green now; I skipped the DCO check, but the commit is signed-off; I'll backport moby#40035 to get this to prevent the DCO flakiness |
bringing this one in |
this rolls back the libnetwork bump from 559be42 with 1 commit
The patch made in moby/libnetwork#2450 caused a breaking change in the
networking behaviour, causing Kubernetes installations on Docker Desktop
(and possibly other setups) to fail.
Rolling back this change in the 19.03 branch while we investigate if there
are alternatives.
diff: moby/libnetwork@45c7102...96bcc0d