-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Jenkinsfile: modprobe br_netfilter #48993
Conversation
Whoop; this at least fixes the Jenkins situation |
I'll make one small change and move the mod probes before "print info" so that the
|
79cd77f
to
395e916
Compare
Scratch that; moving to before
|
Make sure the module is loaded, as we're not able to load it from within the dev-container; time="2024-11-29T20:40:42Z" level=error msg="Running modprobe br_netfilter failed with message: modprobe: WARNING: Module br_netfilter not found in directory /lib/modules/5.15.0-1072-aws\n" error="exit status 1" Also moving these steps _before_ the "print info" step, so that docker info doesn't show warnings that bridge-nf-call-iptables and bridge-nf-call-ip6tables are not loaded. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
395e916
to
cce5dfe
Compare
OK; restarting the docker service does the trick for that 👍 |
Pulling this in to unblock others. Thanks for the deep dive. |
- What I did
Make sure the module is loaded, as we're not able to load it from within
the dev-container;
Also moving these steps before the "print info" step, so that docker info
doesn't show warnings that bridge-nf-call-iptables and bridge-nf-call-ip6tables
are not loaded.
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)