Jenkinsfile: modprobe br_netfilter#48993
Merged
austinvazquez merged 1 commit intomoby:masterfrom Nov 30, 2024
Merged
Conversation
Member
Author
|
Whoop; this at least fixes the Jenkins situation |
Member
Author
|
I'll make one small change and move the mod probes before "print info" so that the |
79cd77f to
395e916
Compare
Member
Author
|
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 <[email protected]>
395e916 to
cce5dfe
Compare
Member
Author
|
OK; restarting the docker service does the trick for that 👍 |
This was referenced Nov 29, 2024
austinvazquez
approved these changes
Nov 30, 2024
Contributor
|
Pulling this in to unblock others. Thanks for the deep dive. |
This was referenced Dec 5, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
- 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)