kubernetes: install kubeadm and misc for nodes

To ensure nodes can join the cluster, and have the proper configuration
of some kernel options we add two more packages to the packagegroup

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-12-15 12:57:19 -05:00
parent 14025b2ee5
commit d4415a1ff7

View File

@ -30,6 +30,8 @@ RDEPENDS:packagegroup-k8s-host = " \
RDEPENDS:packagegroup-k8s-node = " \
packagegroup-kubernetes-base \
kubeadm \
kubernetes-misc \
"
RDEPENDS:packagegroup-k3s-host = " \