Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
e6f6fce6
Unverified
Commit
e6f6fce6
authored
Jan 07, 2025
by
Hussein Galal
Committed by
GitHub
Jan 07, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Load kernel modules for nft in agent setup (#11524)
Signed-off-by:
galal-hussein
<
hussein.galal.ahmed.11@gmail.com
>
parent
e64e2fcf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
setup.go
pkg/agent/syssetup/setup.go
+3
-0
No files found.
pkg/agent/syssetup/setup.go
View file @
e6f6fce6
...
@@ -34,6 +34,9 @@ func Configure(enableIPv6 bool, config *kubeproxyconfig.KubeProxyConntrackConfig
...
@@ -34,6 +34,9 @@ func Configure(enableIPv6 bool, config *kubeproxyconfig.KubeProxyConntrackConfig
loadKernelModule
(
"br_netfilter"
)
loadKernelModule
(
"br_netfilter"
)
loadKernelModule
(
"iptable_nat"
)
loadKernelModule
(
"iptable_nat"
)
loadKernelModule
(
"iptable_filter"
)
loadKernelModule
(
"iptable_filter"
)
loadKernelModule
(
"nft-expr-counter"
)
loadKernelModule
(
"nfnetlink-subsys-11"
)
loadKernelModule
(
"nft-chain-2-nat"
)
if
enableIPv6
{
if
enableIPv6
{
loadKernelModule
(
"ip6table_nat"
)
loadKernelModule
(
"ip6table_nat"
)
loadKernelModule
(
"ip6table_filter"
)
loadKernelModule
(
"ip6table_filter"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment