Commit 5c22fe8
committed
Add ipset and netfilter kernel modules for k3s NetworkPolicy support
kube-router (k3s embedded network policy controller) requires ipset
kernel support to enforce NetworkPolicy rules. Without these modules,
kube-router silently skips starting the network policy controller with:
"Skipping network policy controller start, ipset save failed"
Adds CONFIG_IP_SET and related hash/bitmap type modules, plus
xt_set (iptables set match), xt_physdev, and xt_nflog.1 parent e09a5f7 commit 5c22fe8
File tree
2 files changed
+27
-0
lines changed- meta-dstack
- recipes-core/images
- recipes-kernel/linux/files
2 files changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
50 | 63 | | |
51 | 64 | | |
52 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
43 | 57 | | |
44 | 58 | | |
45 | 59 | | |
| |||
0 commit comments