diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-12-15 12:57:19 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-12-15 12:59:18 -0500 |
commit | d4415a1ff705e1439a54d73938aede6b7058ca15 (patch) | |
tree | d59f64a92b9b368e8dfc81a29e29ff0e2d3d3270 | |
parent | 14025b2ee5a0a6d9996002325685add2a646a9f3 (diff) | |
download | meta-virtualization-d4415a1ff705e1439a54d73938aede6b7058ca15.tar.gz |
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>
-rw-r--r-- | recipes-core/packagegroups/packagegroup-kubernetes.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/packagegroups/packagegroup-kubernetes.bb b/recipes-core/packagegroups/packagegroup-kubernetes.bb index ea65e0c3..70dc9713 100644 --- a/recipes-core/packagegroups/packagegroup-kubernetes.bb +++ b/recipes-core/packagegroups/packagegroup-kubernetes.bb | |||
@@ -30,6 +30,8 @@ RDEPENDS:packagegroup-k8s-host = " \ | |||
30 | 30 | ||
31 | RDEPENDS:packagegroup-k8s-node = " \ | 31 | RDEPENDS:packagegroup-k8s-node = " \ |
32 | packagegroup-kubernetes-base \ | 32 | packagegroup-kubernetes-base \ |
33 | kubeadm \ | ||
34 | kubernetes-misc \ | ||
33 | " | 35 | " |
34 | 36 | ||
35 | RDEPENDS:packagegroup-k3s-host = " \ | 37 | RDEPENDS:packagegroup-k3s-host = " \ |