diff options
| -rw-r--r-- | recipes-containers/k3s/k3s_git.bb | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb index dc7397dc..2811fb8f 100644 --- a/recipes-containers/k3s/k3s_git.bb +++ b/recipes-containers/k3s/k3s_git.bb | |||
| @@ -83,7 +83,17 @@ RDEPENDS_${PN} = "k3s-cni conntrack-tools coreutils findutils iptables iproute2 | |||
| 83 | RDEPENDS_${PN}-server = "${PN}" | 83 | RDEPENDS_${PN}-server = "${PN}" |
| 84 | RDEPENDS_${PN}-agent = "${PN}" | 84 | RDEPENDS_${PN}-agent = "${PN}" |
| 85 | 85 | ||
| 86 | RRECOMMENDS_${PN} = "kernel-module-xt-comment kernel-module-xt-mark kernel-module-xt-connmark kernel-module-vxlan" | 86 | RRECOMMENDS_${PN} = "\ |
| 87 | kernel-module-xt-addrtype \ | ||
| 88 | kernel-module-xt-nat \ | ||
| 89 | kernel-module-xt-multiport \ | ||
| 90 | kernel-module-xt-conntrack \ | ||
| 91 | kernel-module-xt-comment \ | ||
| 92 | kernel-module-xt-mark \ | ||
| 93 | kernel-module-xt-connmark \ | ||
| 94 | kernel-module-vxlan \ | ||
| 95 | kernel-module-xt-masquerade \ | ||
| 96 | " | ||
| 87 | 97 | ||
| 88 | RCONFLICTS_${PN} = "kubectl" | 98 | RCONFLICTS_${PN} = "kubectl" |
| 89 | 99 | ||
