-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
networking: use firewall plugin #2940
networking: use firewall plugin #2940
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: giuseppe The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@giuseppe We might need this to resolve bugs with CNI 0.8.0 - mind rebasing? We can start looking into CI from there. |
rebased, but I think we need a version of the CNI plugins first |
@giuseppe Any update on this PR? |
☔ The latest upstream changes (presumably #3180) made this pull request unmergeable. Please resolve the merge conflicts. |
Lokesh is packaging the latest plugins for Fedora so we should be in a good
spot to swap over with upgraded test VMs
…On Sat, Jun 8, 2019, 08:46 Atomic Bot ***@***.***> wrote:
☔️ The latest upstream changes (presumably #3180
<#3180>) made this pull request
unmergeable. Please resolve the merge conflicts.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2940>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB3AOCBRDLVB2KMZQPM7O43PZOS37ANCNFSM4HF7KEFQ>
.
|
☔ The latest upstream changes (presumably #3378) made this pull request unmergeable. Please resolve the merge conflicts. |
We have 0.8.1 in the repos now, so we should be good to try this now. |
Correction: Needs #3534 first |
2146743
to
09d555a
Compare
Everything should go green if you rebase @giuseppe |
09d555a
to
aaa0809
Compare
rebased |
/retest I think we just caught a bunch of flakes here |
F29 did go green. I think this is going to be ready. |
/retest |
/retest error is:
I wonder if we could find a way for CI tests not to have to rely on yum/dnf repos? |
aaa0809
to
fbc8004
Compare
LGTM assuming happy tests. |
@cevich I think we need to update |
drop the pkg/firewall module and start using the firewall CNI plugin. It requires an updated package for CNI plugins. Signed-off-by: Giuseppe Scrivano <[email protected]>
fbc8004
to
ad344be
Compare
That's in |
ad344be
to
99983e2
Compare
where do we build it? Can I see the logs? I am afraid the image is not built correctly since the updated CNI plugins are already present on Fedora |
tests are finally passing! 🎉 🎉 🎉 🎉 @mheon PTAL |
/lgtm |
(It's done. It's finally done. We don't have to maintain that code anymore. Immense thanks for @giuseppe for handling this). |
drop the pkg/firewall module and start using the firewall CNI plugin.
It requires an updated package for CNI plugins.
Signed-off-by: Giuseppe Scrivano [email protected]