k8s: add kubernetes to host packagegroup

Install the core kubernetes package (and RDEPENDS) as part of the
host packagegroup.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-12-10 16:09:58 -05:00
parent 4d0f0a5ca2
commit fc5fdd79e0

View File

@ -25,6 +25,7 @@ RDEPENDS:packagegroup-kubernetes-base = " \
RDEPENDS:packagegroup-k8s-host = " \
packagegroup-kubernetes-base \
kubernetes \
"
RDEPENDS:packagegroup-k8s-node = " \