diff options
| author | Richard Neill <richard.neill@arm.com> | 2021-11-03 13:01:11 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-08 09:20:32 -0500 |
| commit | 152e254b0f58be622fc6b1833775a2c8fc2e01a1 (patch) | |
| tree | 381004c0b50856afdbe71afe24abb769bc301760 /recipes-containers/k3s | |
| parent | 1aadb327304588d62bef50969b429d6dd7669fd1 (diff) | |
| download | meta-virtualization-152e254b0f58be622fc6b1833775a2c8fc2e01a1.tar.gz | |
k3s: Add additional required kernel modules
Adds the following kernel modules for k3s:
* xt-physdev
* xt-nflog
* xt-limit
* nfnetlink-log
Without them, the k3s network-policy-controller reports failures in the log
related to iptables-restore.
Signed-off-by: Richard Neill <richard.neill@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/k3s')
| -rw-r--r-- | recipes-containers/k3s/k3s_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb index 1a43a533..32706852 100644 --- a/recipes-containers/k3s/k3s_git.bb +++ b/recipes-containers/k3s/k3s_git.bb | |||
| @@ -96,6 +96,10 @@ RRECOMMENDS:${PN} = "\ | |||
| 96 | kernel-module-vxlan \ | 96 | kernel-module-vxlan \ |
| 97 | kernel-module-xt-masquerade \ | 97 | kernel-module-xt-masquerade \ |
| 98 | kernel-module-xt-statistic \ | 98 | kernel-module-xt-statistic \ |
| 99 | kernel-module-xt-physdev \ | ||
| 100 | kernel-module-xt-nflog \ | ||
| 101 | kernel-module-xt-limit \ | ||
| 102 | kernel-module-nfnetlink-log \ | ||
| 99 | " | 103 | " |
| 100 | 104 | ||
| 101 | RCONFLICTS:${PN} = "kubectl" | 105 | RCONFLICTS:${PN} = "kubectl" |
